#BDDDE5

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

Shades of Onahau #BDDDE5

Tints of Onahau #BDDDE5

Color information

#BDDDE5 (or 0xBDDDE5) is unknown color: approx Onahau. HEX triplet: BD, DD and E5. RGB value is (189,221,229). Sum of RGB (Red+Green+Blue) = 189+221+229=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE5 is #42221A. Grayscale: #D4D4D4. Windows color (decimal): -4334107 or 15064509. OLE color: 15064509.

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

Color convert

RGB189221229-
CMYK0.170.0300.10
HSL192º43.48%81.96%-
HSV(B)192º17.47%89.8%-
XYZ60.9968.1984.08-
YUV212.34137.4111.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=29.58%
G=34.59%
B=35.84%

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
Decimal1892212290.170.0300.1019243.4881.96
HexBDDDE51130Ac02b52
Octal27533534521301230053122
Binary101111011101110111100101100011101010110000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE5; }

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

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

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

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

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

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

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

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