#BEE0EF

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

Shades of Onahau #BEE0EF

Tints of Onahau #BEE0EF

Color information

#BEE0EF (or 0xBEE0EF) is unknown color: approx Onahau. HEX triplet: BE, E0 and EF. RGB value is (190,224,239). Sum of RGB (Red+Green+Blue) = 190+224+239=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EF is #411F10. Grayscale: #D7D7D7. Windows color (decimal): -4267793 or 15720638. OLE color: 15720638.

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

Color convert

RGB190224239-
CMYK0.210.0600.06
HSL198.37º60.49%84.12%-
HSV(B)198.37º20.5%93.73%-
XYZ63.4770.4991.92-
YUV215.54141.24109.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=29.10%
G=34.30%
B=36.60%

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
Decimal1902242390.210.0600.06198.3760.4984.12
HexBEE0EF15606c63c54
Octal2763403572560630674124
Binary101111101110000011101111101011100110110001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0EF; }

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

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

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

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

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

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

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

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