#BEE5EC

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

Shades of Onahau #BEE5EC

Tints of Onahau #BEE5EC

Color information

#BEE5EC (or 0xBEE5EC) is unknown color: approx Onahau. HEX triplet: BE, E5 and EC. RGB value is (190,229,236). Sum of RGB (Red+Green+Blue) = 190+229+236=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5EC is #411A13. Grayscale: #DADADA. Windows color (decimal): -4266516 or 15525310. OLE color: 15525310.

HSL color Cylindrical-coordinate representation of color #BEE5EC: hue angle of 189.13º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE5EC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190229236-
CMYK0.190.0300.07
HSL189.13º54.76%83.53%-
HSV(B)189.13º19.49%92.55%-
XYZ64.3973.0490.06-
YUV218.14138.08107.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=29.01%
G=34.96%
B=36.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902292360.190.0300.07189.1354.7683.53
HexBEE5EC13307bd3754
Octal2763453542330727567124
Binary10111110111001011110110010011110111101111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5EC; }

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

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

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

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

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

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

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

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