#BDE3EC

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

Shades of Onahau #BDE3EC

Tints of Onahau #BDE3EC

Color information

#BDE3EC (or 0xBDE3EC) is unknown color: approx Onahau. HEX triplet: BD, E3 and EC. RGB value is (189,227,236). Sum of RGB (Red+Green+Blue) = 189+227+236=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EC is #421C13. Grayscale: #D8D8D8. Windows color (decimal): -4332564 or 15524797. OLE color: 15524797.

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

Color convert

RGB189227236-
CMYK0.200.0400.07
HSL191.49º55.29%83.33%-
HSV(B)191.49º19.92%92.55%-
XYZ63.671.8189.87-
YUV216.66138.91108.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=28.99%
G=34.82%
B=36.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892272360.200.0400.07191.4955.2983.33
HexBDE3EC14407bf3753
Octal2753433542440727767123
Binary101111011110001111101100101001000111101111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3EC; }

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

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

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

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

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

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

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

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