#BDDDE4

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

Shades of Onahau #BDDDE4

Tints of Onahau #BDDDE4

Color information

#BDDDE4 (or 0xBDDDE4) is unknown color: approx Onahau. HEX triplet: BD, DD and E4. RGB value is (189,221,228). Sum of RGB (Red+Green+Blue) = 189+221+228=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE4 is #42221B. Grayscale: #D4D4D4. Windows color (decimal): -4334108 or 14998973. OLE color: 14998973.

HSL color Cylindrical-coordinate representation of color #BDDDE4: hue angle of 190.77º 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 #BDDDE4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189221228-
CMYK0.170.0300.11
HSL190.77º41.94%81.76%-
HSV(B)190.77º17.11%89.41%-
XYZ60.8568.1383.34-
YUV212.23136.9111.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=29.62%
G=34.64%
B=35.74%

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
Decimal1892212280.170.0300.11190.7741.9481.76
HexBDDDE41130Bbf2a52
Octal27533534421301327752122
Binary101111011101110111100100100011101011101111111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE4; }

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

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

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

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

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

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

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

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