#BEE0E3

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

Shades of Onahau #BEE0E3

Tints of Onahau #BEE0E3

Color information

#BEE0E3 (or 0xBEE0E3) is unknown color: approx Onahau. HEX triplet: BE, E0 and E3. RGB value is (190,224,227). Sum of RGB (Red+Green+Blue) = 190+224+227=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEE0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0E3 is #411F1C. Grayscale: #D6D6D6. Windows color (decimal): -4267805 or 14934206. OLE color: 14934206.

HSL color Cylindrical-coordinate representation of color #BEE0E3: hue angle of 184.86º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0E3 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190224227-
CMYK0.160.0100.11
HSL184.86º39.78%81.76%-
HSV(B)184.86º16.3%89.02%-
XYZ61.7669.882.89-
YUV214.18135.24110.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=29.64%
G=34.95%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902242270.160.0100.11184.8639.7881.76
HexBEE0E31010Bb92852
Octal27634034320101327150122
Binary10111110111000001110001110000101011101110011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0E3; }

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

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

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

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

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

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

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

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