#BEE3EC

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

Shades of Onahau #BEE3EC

Tints of Onahau #BEE3EC

Color information

#BEE3EC (or 0xBEE3EC) is unknown color: approx Onahau. HEX triplet: BE, E3 and EC. RGB value is (190,227,236). Sum of RGB (Red+Green+Blue) = 190+227+236=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 227 (89.06% from 255 or 34.76% 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 #BEE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3EC is #411C13. Grayscale: #D8D8D8. Windows color (decimal): -4267028 or 15524798. OLE color: 15524798.

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

Color convert

RGB190227236-
CMYK0.190.0400.07
HSL191.74º54.76%83.53%-
HSV(B)191.74º19.49%92.55%-
XYZ63.8471.9489.88-
YUV216.96138.74108.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=29.10%
G=34.76%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902272360.190.0400.07191.7454.7683.53
HexBEE3EC13407c03754
Octal2763433542340730067124
Binary101111101110001111101100100111000111110000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3EC; }

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

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

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

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

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

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

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

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