#BDE9EC

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

Shades of Onahau #BDE9EC

Tints of Onahau #BDE9EC

Color information

#BDE9EC (or 0xBDE9EC) is unknown color: approx Onahau. HEX triplet: BD, E9 and EC. RGB value is (189,233,236). Sum of RGB (Red+Green+Blue) = 189+233+236=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EC is #421613. Grayscale: #DCDCDC. Windows color (decimal): -4331028 or 15526333. OLE color: 15526333.

HSL color Cylindrical-coordinate representation of color #BDE9EC: hue angle of 183.83º 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 #BDE9EC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189233236-
CMYK0.200.0100.07
HSL183.83º55.29%83.33%-
HSV(B)183.83º19.92%92.55%-
XYZ65.2775.1590.42-
YUV220.19136.92105.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=28.72%
G=35.41%
B=35.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892332360.200.0100.07183.8355.2983.33
HexBDE9EC14107b83753
Octal2753513542410727067123
Binary1011110111101001111011001010010111101110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9EC; }

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

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

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

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

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

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

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

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