#BDE8EC

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

Shades of Onahau #BDE8EC

Tints of Onahau #BDE8EC

Color information

#BDE8EC (or 0xBDE8EC) is unknown color: approx Onahau. HEX triplet: BD, E8 and EC. RGB value is (189,232,236). Sum of RGB (Red+Green+Blue) = 189+232+236=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EC is #421713. Grayscale: #DBDBDB. Windows color (decimal): -4331284 or 15526077. OLE color: 15526077.

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

Color convert

RGB189232236-
CMYK0.200.0200.07
HSL185.11º55.29%83.33%-
HSV(B)185.11º19.92%92.55%-
XYZ64.9874.5990.33-
YUV219.6137.25106.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=28.77%
G=35.31%
B=35.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892322360.200.0200.07185.1155.2983.33
HexBDE8EC14207b93753
Octal2753503542420727167123
Binary10111101111010001110110010100100111101110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8EC; }

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

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

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

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

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

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

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

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