#BDDEE4

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

Shades of Onahau #BDDEE4

Tints of Onahau #BDDEE4

Color information

#BDDEE4 (or 0xBDDEE4) is unknown color: approx Onahau. HEX triplet: BD, DE and E4. RGB value is (189,222,228). Sum of RGB (Red+Green+Blue) = 189+222+228=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE4 is #42211B. Grayscale: #D4D4D4. Windows color (decimal): -4333852 or 14999229. OLE color: 14999229.

HSL color Cylindrical-coordinate representation of color #BDDEE4: hue angle of 189.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDEE4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189222228-
CMYK0.170.0300.11
HSL189.23º41.94%81.76%-
HSV(B)189.23º17.11%89.41%-
XYZ61.1168.6683.43-
YUV212.82136.57111.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=29.58%
G=34.74%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892222280.170.0300.11189.2341.9481.76
HexBDDEE41130Bbd2a52
Octal27533634421301327552122
Binary101111011101111011100100100011101011101111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEE4; }

 p { color: rgb(189,222,228); }

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

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

 a { background-color: rgb(189,222,228); }

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

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

 span { border-color: rgb(189,222,228); }

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