#BEE8EF

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

Shades of Onahau #BEE8EF

Tints of Onahau #BEE8EF

Color information

#BEE8EF (or 0xBEE8EF) is unknown color: approx Onahau. HEX triplet: BE, E8 and EF. RGB value is (190,232,239). Sum of RGB (Red+Green+Blue) = 190+232+239=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8EF is #411710. Grayscale: #DCDCDC. Windows color (decimal): -4265745 or 15722686. OLE color: 15722686.

HSL color Cylindrical-coordinate representation of color #BEE8EF: hue angle of 188.57º degrees, saturation: 0.6, 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 #BEE8EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190232239-
CMYK0.210.0300.06
HSL188.57º60.49%84.12%-
HSV(B)188.57º20.5%93.73%-
XYZ65.6774.8992.66-
YUV220.24138.59106.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=28.74%
G=35.10%
B=36.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902322390.210.0300.06188.5760.4984.12
HexBEE8EF15306bd3c54
Octal2763503572530627574124
Binary10111110111010001110111110101110110101111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8EF; }

 p { color: rgb(190,232,239); }

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

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

 a { background-color: rgb(190,232,239); }

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

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

 span { border-color: rgb(190,232,239); }

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