#BDDDEA

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

Shades of Onahau #BDDDEA

Tints of Onahau #BDDDEA

Color information

#BDDDEA (or 0xBDDDEA) is unknown color: approx Onahau. HEX triplet: BD, DD and EA. RGB value is (189,221,234). Sum of RGB (Red+Green+Blue) = 189+221+234=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEA is #422215. Grayscale: #D4D4D4. Windows color (decimal): -4334102 or 15392189. OLE color: 15392189.

HSL color Cylindrical-coordinate representation of color #BDDDEA: hue angle of 197.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDEA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189221234-
CMYK0.190.0600.08
HSL197.33º51.72%82.94%-
HSV(B)197.33º19.23%91.76%-
XYZ61.6968.4787.81-
YUV212.91139.9110.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=29.35%
G=34.32%
B=36.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892212340.190.0600.08197.3351.7282.94
HexBDDDEA13608c53453
Octal27533535223601030564123
Binary1011110111011101111010101001111001000110001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDEA; }

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

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

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

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

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

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

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

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