#BEE2F0

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

Shades of Onahau #BEE2F0

Tints of Onahau #BEE2F0

Color information

#BEE2F0 (or 0xBEE2F0) is unknown color: approx Onahau. HEX triplet: BE, E2 and F0. RGB value is (190,226,240). Sum of RGB (Red+Green+Blue) = 190+226+240=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2F0 is #411D0F. Grayscale: #D8D8D8. Windows color (decimal): -4267280 or 15786686. OLE color: 15786686.

HSL color Cylindrical-coordinate representation of color #BEE2F0: hue angle of 196.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE2F0 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190226240-
CMYK0.210.0600.06
HSL196.8º62.5%84.31%-
HSV(B)196.8º20.83%94.12%-
XYZ64.1671.6392.88-
YUV216.83141.07108.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=28.96%
G=34.45%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902262400.210.0600.06196.862.584.31
HexBEE2F015606c53e54
Octal2763423602560630576124
Binary101111101110001011110000101011100110110001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2F0; }

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

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

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

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

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

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

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

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