#BDE5EC

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

Shades of Onahau #BDE5EC

Tints of Onahau #BDE5EC

Color information

#BDE5EC (or 0xBDE5EC) is unknown color: approx Onahau. HEX triplet: BD, E5 and EC. RGB value is (189,229,236). Sum of RGB (Red+Green+Blue) = 189+229+236=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5EC is #421A13. Grayscale: #D9D9D9. Windows color (decimal): -4332052 or 15525309. OLE color: 15525309.

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

Color convert

RGB189229236-
CMYK0.200.0300.07
HSL188.94º55.29%83.33%-
HSV(B)188.94º19.92%92.55%-
XYZ64.1572.9190.05-
YUV217.84138.25107.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=28.90%
G=35.02%
B=36.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892292360.200.0300.07188.9455.2983.33
HexBDE5EC14307bd3753
Octal2753453542430727567123
Binary10111101111001011110110010100110111101111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5EC; }

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

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

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

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

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

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

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

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