#BFDEE6

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

Shades of Onahau #BFDEE6

Tints of Onahau #BFDEE6

Color information

#BFDEE6 (or 0xBFDEE6) is unknown color: approx Onahau. HEX triplet: BF, DE and E6. RGB value is (191,222,230). Sum of RGB (Red+Green+Blue) = 191+222+230=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEE6 is #402119. Grayscale: #D5D5D5. Windows color (decimal): -4202778 or 15130303. OLE color: 15130303.

HSL color Cylindrical-coordinate representation of color #BFDEE6: hue angle of 192.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDEE6 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191222230-
CMYK0.170.0300.10
HSL192.31º43.82%82.55%-
HSV(B)192.31º16.96%90.2%-
XYZ61.8969.0384.93-
YUV213.64137.23111.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=29.70%
G=34.53%
B=35.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912222300.170.0300.10192.3143.8282.55
HexBFDEE61130Ac02c53
Octal27733634621301230054123
Binary101111111101111011100110100011101010110000001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEE6; }

 p { color: rgb(191,222,230); }

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

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

 a { background-color: rgb(191,222,230); }

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

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

 span { border-color: rgb(191,222,230); }

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