#BFEBF5

Color #BFEBF5 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BFEBF5

Tints of Onahau #BFEBF5

Color information

#BFEBF5 (or 0xBFEBF5) is unknown color: approx Onahau. HEX triplet: BF, EB and F5. RGB value is (191,235,245). Sum of RGB (Red+Green+Blue) = 191+235+245=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBF5 is #40140A. Grayscale: #DEDEDE. Windows color (decimal): -4199435 or 16116671. OLE color: 16116671.

HSL color Cylindrical-coordinate representation of color #BFEBF5: hue angle of 191.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEBF5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191235245-
CMYK0.220.0400.04
HSL191.11º72.97%85.49%-
HSV(B)191.11º22.04%96.08%-
XYZ67.6877.0997.7-
YUV222.98140.42105.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=28.46%
G=35.02%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912352450.220.0400.04191.1172.9785.49
HexBFEBF516404bf4955
Octal27735336526404277111125
Binary1011111111101011111101011011010001001011111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBF5; }

 p { color: rgb(191,235,245); }

 H1.HeaderClassName
 {
   color: #BFEBF5;
 }
 .AnyTagClassName
 {
   color: #BFEBF5;
 }
</style>
background-color css

<style>
 a { background-color: #BFEBF5; }

 a { background-color: rgb(191,235,245); }

 div.DivClassName
 {
   background-color: #BFEBF5;
 }
 .BgClassName
 {
   background-color: #BFEBF5;
 }
</style>
border-color css

<style>
 span { border-color: #BFEBF5; }

 span { border-color: rgb(191,235,245); }

 td.TdClassName
 {
   border-color: #BFEBF5;
 }
 .TagClassName
 {
   border-color: #BFEBF5;
 }
</style>