#BEE9EF

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

Shades of Onahau #BEE9EF

Tints of Onahau #BEE9EF

Color information

#BEE9EF (or 0xBEE9EF) is unknown color: approx Onahau. HEX triplet: BE, E9 and EF. RGB value is (190,233,239). Sum of RGB (Red+Green+Blue) = 190+233+239=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9EF is #411610. Grayscale: #DCDCDC. Windows color (decimal): -4265489 or 15722942. OLE color: 15722942.

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

Color convert

RGB190233239-
CMYK0.210.0300.06
HSL187.35º60.49%84.12%-
HSV(B)187.35º20.5%93.73%-
XYZ65.9575.4692.75-
YUV220.83138.25106.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=28.70%
G=35.20%
B=36.10%

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
Decimal1902332390.210.0300.06187.3560.4984.12
HexBEE9EF15306bb3c54
Octal2763513572530627374124
Binary10111110111010011110111110101110110101110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9EF; }

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

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

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

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

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

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

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

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