#BEE1E9

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

Shades of Onahau #BEE1E9

Tints of Onahau #BEE1E9

Color information

#BEE1E9 (or 0xBEE1E9) is unknown color: approx Onahau. HEX triplet: BE, E1 and E9. RGB value is (190,225,233). Sum of RGB (Red+Green+Blue) = 190+225+233=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1E9 is #411E16. Grayscale: #D7D7D7. Windows color (decimal): -4267543 or 15327678. OLE color: 15327678.

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

Color convert

RGB190225233-
CMYK0.180.0300.09
HSL191.16º49.43%82.94%-
HSV(B)191.16º18.45%91.37%-
XYZ62.8770.6887.42-
YUV215.45137.9109.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=29.32%
G=34.72%
B=35.96%

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
Decimal1902252330.180.0300.09191.1649.4382.94
HexBEE1E912309bf3153
Octal27634135122301127761123
Binary101111101110000111101001100101101001101111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1E9; }

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

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

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

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

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

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

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

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