#BDDDE9

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

Shades of Onahau #BDDDE9

Tints of Onahau #BDDDE9

Color information

#BDDDE9 (or 0xBDDDE9) is unknown color: approx Onahau. HEX triplet: BD, DD and E9. RGB value is (189,221,233). Sum of RGB (Red+Green+Blue) = 189+221+233=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDE9 is #422216. Grayscale: #D4D4D4. Windows color (decimal): -4334103 or 15326653. OLE color: 15326653.

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

Color convert

RGB189221233-
CMYK0.190.0500.09
HSL196.36º50%82.75%-
HSV(B)196.36º18.88%91.37%-
XYZ61.5568.4187.05-
YUV212.8139.4111.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=29.39%
G=34.37%
B=36.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892212330.190.0500.09196.365082.75
HexBDDDE913509c43253
Octal27533535123501130462123
Binary1011110111011101111010011001110101001110001001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE9; }

 p { color: rgb(189,221,233); }

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

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

 a { background-color: rgb(189,221,233); }

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

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

 span { border-color: rgb(189,221,233); }

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