#BEE2E9

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

Shades of Onahau #BEE2E9

Tints of Onahau #BEE2E9

Color information

#BEE2E9 (or 0xBEE2E9) is unknown color: approx Onahau. HEX triplet: BE, E2 and E9. RGB value is (190,226,233). Sum of RGB (Red+Green+Blue) = 190+226+233=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2E9 is #411D16. Grayscale: #D7D7D7. Windows color (decimal): -4267287 or 15327934. OLE color: 15327934.

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

Color convert

RGB190226233-
CMYK0.180.0300.09
HSL189.77º49.43%82.94%-
HSV(B)189.77º18.45%91.37%-
XYZ63.1471.2287.51-
YUV216.03137.57109.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=29.28%
G=34.82%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902262330.180.0300.09189.7749.4382.94
HexBEE2E912309be3153
Octal27634235122301127661123
Binary101111101110001011101001100101101001101111101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2E9; }

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

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

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

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

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

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

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

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