Shades of Onahau #BEE9F9
Tints of Onahau #BEE9F9
RGB
CMYK
RGB Variations
Color information
#BEE9F9 (or 0xBEE9F9) is known color: Onahau. HEX triplet: BE, E9 and F9. RGB value is (190,233,249). Sum of RGB (Red+Green+Blue) = 190+233+249=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F9 is #411606. Grayscale: #DDDDDD. Windows color (decimal): -4265479 or 16378302. OLE color: 16378302.
HSL color Cylindrical-coordinate representation of color #BEE9F9: hue angle of 196.27º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEE9F9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 190 | 233 | 249 | - |
CMYK | 0.24 | 0.06 | 0 | 0.02 |
HSL | 196.27º | 0.83% | 0.86% | - |
HSV(B) | 196.27º | 0.24% | 0.98% | - |
XYZ | 67.47 | 76.06 | 100.75 | - |
YUV | 221.97 | 143.25 | 105.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 233 | 249 | 0.24 | 0.06 | 0 | 0.02 | 196.27 | 0.83 | 0.86 |
Hex | BE | E9 | F9 | 18 | 6 | 0 | 2 | C4 | 53 | 56 |
Octal | 276 | 351 | 371 | 30 | 6 | 0 | 2 | 304 | 123 | 126 |
Binary | 10111110 | 11101001 | 11111001 | 11000 | 110 | 0 | 10 | 11000100 | 1010011 | 1010110 |
Color Harmonies of #BEE9F9
Complementary color
Monochromatic Colors of #BEE9F9
Black with #BEE9F9
Text Example
Text Example
White with #BEE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9F9; }
p { color: rgb(190,233,249); }
H1.HeaderClassName
{
color: #BEE9F9;
}
.AnyTagClassName
{
color: #BEE9F9;
}
</style>
background-color css
<style>
a { background-color: #BEE9F9; }
a { background-color: rgb(190,233,249); }
div.DivClassName
{
background-color: #BEE9F9;
}
.BgClassName
{
background-color: #BEE9F9;
}
</style>
border-color css
<style>
span { border-color: #BEE9F9; }
span { border-color: rgb(190,233,249); }
td.TdClassName
{
border-color: #BEE9F9;
}
.TagClassName
{
border-color: #BEE9F9;
}
</style>