#BEE0E1

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

Shades of Onahau #BEE0E1

Tints of Onahau #BEE0E1

Color information

#BEE0E1 (or 0xBEE0E1) is unknown color: approx Onahau. HEX triplet: BE, E0 and E1. RGB value is (190,224,225). Sum of RGB (Red+Green+Blue) = 190+224+225=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0E1 is #411F1E. Grayscale: #D5D5D5. Windows color (decimal): -4267807 or 14803134. OLE color: 14803134.

HSL color Cylindrical-coordinate representation of color #BEE0E1: hue angle of 181.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0E1 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190224225-
CMYK0.160.0000.12
HSL181.71º36.84%81.37%-
HSV(B)181.71º15.56%88.24%-
XYZ61.4869.6981.45-
YUV213.95134.24110.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=29.73%
G=35.05%
B=35.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902242250.160.0000.12181.7136.8481.37
HexBEE0E11000Cb62551
Octal27634034120001426645121
Binary10111110111000001110000110000001100101101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0E1; }

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

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

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

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

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

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

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

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