#BDE4EC

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

Shades of Onahau #BDE4EC

Tints of Onahau #BDE4EC

Color information

#BDE4EC (or 0xBDE4EC) is unknown color: approx Onahau. HEX triplet: BD, E4 and EC. RGB value is (189,228,236). Sum of RGB (Red+Green+Blue) = 189+228+236=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EC is #421B13. Grayscale: #D9D9D9. Windows color (decimal): -4332308 or 15525053. OLE color: 15525053.

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

Color convert

RGB189228236-
CMYK0.200.0300.07
HSL190.21º55.29%83.33%-
HSV(B)190.21º19.92%92.55%-
XYZ63.8772.3689.96-
YUV217.25138.58107.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=28.94%
G=34.92%
B=36.14%

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
Decimal1892282360.200.0300.07190.2155.2983.33
HexBDE4EC14307be3753
Octal2753443542430727667123
Binary10111101111001001110110010100110111101111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4EC; }

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

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

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

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

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

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

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

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