#BEE1EA

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

Shades of Onahau #BEE1EA

Tints of Onahau #BEE1EA

Color information

#BEE1EA (or 0xBEE1EA) is unknown color: approx Onahau. HEX triplet: BE, E1 and EA. RGB value is (190,225,234). Sum of RGB (Red+Green+Blue) = 190+225+234=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1EA is #411E15. Grayscale: #D7D7D7. Windows color (decimal): -4267542 or 15393214. OLE color: 15393214.

HSL color Cylindrical-coordinate representation of color #BEE1EA: hue angle of 192.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE1EA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190225234-
CMYK0.190.0400.08
HSL192.27º51.16%83.14%-
HSV(B)192.27º18.8%91.76%-
XYZ63.0170.7488.17-
YUV215.56138.4109.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=29.28%
G=34.67%
B=36.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902252340.190.0400.08192.2751.1683.14
HexBEE1EA13408c03353
Octal27634135223401030063123
Binary1011111011100001111010101001110001000110000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1EA; }

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

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

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

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

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

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

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

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