#BEE9F6

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

Shades of Onahau #BEE9F6

Tints of Onahau #BEE9F6

Color information

#BEE9F6 (or 0xBEE9F6) is unknown color: approx Onahau. HEX triplet: BE, E9 and F6. RGB value is (190,233,246). Sum of RGB (Red+Green+Blue) = 190+233+246=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F6 is #411609. Grayscale: #DDDDDD. Windows color (decimal): -4265482 or 16181694. OLE color: 16181694.

HSL color Cylindrical-coordinate representation of color #BEE9F6: hue angle of 193.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEE9F6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190233246-
CMYK0.230.0500.04
HSL193.93º75.68%85.49%-
HSV(B)193.93º22.76%96.47%-
XYZ67.0175.8898.3-
YUV221.62141.75105.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=28.40%
G=34.83%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902332460.230.0500.04193.9375.6885.49
HexBEE9F617504c24c55
Octal27635136627504302114125
Binary1011111011101001111101101011110101001100001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9F6; }

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

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

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

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

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

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

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

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