#BFDEE9

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

Shades of Onahau #BFDEE9

Tints of Onahau #BFDEE9

Color information

#BFDEE9 (or 0xBFDEE9) is unknown color: approx Onahau. HEX triplet: BF, DE and E9. RGB value is (191,222,233). Sum of RGB (Red+Green+Blue) = 191+222+233=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEE9 is #402116. Grayscale: #D5D5D5. Windows color (decimal): -4202775 or 15326911. OLE color: 15326911.

HSL color Cylindrical-coordinate representation of color #BFDEE9: hue angle of 195.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDEE9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191222233-
CMYK0.180.0500.09
HSL195.71º48.84%83.14%-
HSV(B)195.71º18.03%91.37%-
XYZ62.3269.287.16-
YUV213.98138.73111.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=29.57%
G=34.37%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912222330.180.0500.09195.7148.8483.14
HexBFDEE912509c43153
Octal27733635122501130461123
Binary1011111111011110111010011001010101001110001001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEE9; }

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

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

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

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

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

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

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

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