#BEE0E9

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

Shades of Onahau #BEE0E9

Tints of Onahau #BEE0E9

Color information

#BEE0E9 (or 0xBEE0E9) is unknown color: approx Onahau. HEX triplet: BE, E0 and E9. RGB value is (190,224,233). Sum of RGB (Red+Green+Blue) = 190+224+233=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0E9 is #411F16. Grayscale: #D6D6D6. Windows color (decimal): -4267799 or 15327422. OLE color: 15327422.

HSL color Cylindrical-coordinate representation of color #BEE0E9: hue angle of 192.56º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE0E9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190224233-
CMYK0.180.0400.09
HSL192.56º49.43%82.94%-
HSV(B)192.56º18.45%91.37%-
XYZ62.670.1487.33-
YUV214.86138.24110.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=29.37%
G=34.62%
B=36.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902242330.180.0400.09192.5649.4382.94
HexBEE0E912409c13153
Octal27634035122401130161123
Binary1011111011100000111010011001010001001110000011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0E9; }

 p { color: rgb(190,224,233); }

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

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

 a { background-color: rgb(190,224,233); }

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

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

 span { border-color: rgb(190,224,233); }

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