#BDDDEE

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

Shades of Onahau #BDDDEE

Tints of Onahau #BDDDEE

Color information

#BDDDEE (or 0xBDDDEE) is unknown color: approx Onahau. HEX triplet: BD, DD and EE. RGB value is (189,221,238). Sum of RGB (Red+Green+Blue) = 189+221+238=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEE is #422211. Grayscale: #D5D5D5. Windows color (decimal): -4334098 or 15654333. OLE color: 15654333.

HSL color Cylindrical-coordinate representation of color #BDDDEE: hue angle of 200.82º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDDEE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189221238-
CMYK0.210.0700.07
HSL200.82º59.04%83.73%-
HSV(B)200.82º20.59%93.33%-
XYZ62.2868.790.87-
YUV213.37141.9110.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=29.17%
G=34.10%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892212380.210.0700.07200.8259.0483.73
HexBDDDEE15707c93b54
Octal2753353562570731173124
Binary101111011101110111101110101011110111110010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDEE; }

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

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

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

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

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

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

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

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