#BDDDEC

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

Shades of Onahau #BDDDEC

Tints of Onahau #BDDDEC

Color information

#BDDDEC (or 0xBDDDEC) is unknown color: approx Onahau. HEX triplet: BD, DD and EC. RGB value is (189,221,236). Sum of RGB (Red+Green+Blue) = 189+221+236=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEC is #422213. Grayscale: #D5D5D5. Windows color (decimal): -4334100 or 15523261. OLE color: 15523261.

HSL color Cylindrical-coordinate representation of color #BDDDEC: hue angle of 199.15º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDDEC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189221236-
CMYK0.200.0600.07
HSL199.15º55.29%83.33%-
HSV(B)199.15º19.92%92.55%-
XYZ61.9868.5989.33-
YUV213.14140.9110.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=29.26%
G=34.21%
B=36.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892212360.200.0600.07199.1555.2983.33
HexBDDDEC14607c73753
Octal2753353542460730767123
Binary101111011101110111101100101001100111110001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDEC; }

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

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

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

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

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

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

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

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