Shades of Onahau #BEE9FA
Tints of Onahau #BEE9FA
RGB
CMYK
RGB Variations
Color information
#BEE9FA (or 0xBEE9FA) is known color: Onahau. HEX triplet: BE, E9 and FA. RGB value is (190,233,250). Sum of RGB (Red+Green+Blue) = 190+233+250=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9FA is #411605. Grayscale: #DDDDDD. Windows color (decimal): -4265478 or 16443838. OLE color: 16443838.
HSL color Cylindrical-coordinate representation of color #BEE9FA: hue angle of 197º degrees, saturation: 0.86, 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 #BEE9FA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 233 | 250 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.02 |
| HSL | 197º | 0.86% | 0.86% | - |
| HSV(B) | 197º | 0.24% | 0.98% | - |
| XYZ | 67.63 | 76.13 | 101.57 | - |
| YUV | 222.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 250 | 0.24 | 0.07 | 0 | 0.02 | 197 | 0.86 | 0.86 |
| Hex | BE | E9 | FA | 18 | 7 | 0 | 2 | C5 | 56 | 56 |
| Octal | 276 | 351 | 372 | 30 | 7 | 0 | 2 | 305 | 126 | 126 |
| Binary | 10111110 | 11101001 | 11111010 | 11000 | 111 | 0 | 10 | 11000101 | 1010110 | 1010110 |
Color Harmonies of #BEE9FA
Complementary color
Monochromatic Colors of #BEE9FA
Black with #BEE9FA
Text Example
Text Example
White with #BEE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9FA; }
p { color: rgb(190,233,250); }
H1.HeaderClassName
{
color: #BEE9FA;
}
.AnyTagClassName
{
color: #BEE9FA;
}
</style>
background-color css
<style>
a { background-color: #BEE9FA; }
a { background-color: rgb(190,233,250); }
div.DivClassName
{
background-color: #BEE9FA;
}
.BgClassName
{
background-color: #BEE9FA;
}
</style>
border-color css
<style>
span { border-color: #BEE9FA; }
span { border-color: rgb(190,233,250); }
td.TdClassName
{
border-color: #BEE9FA;
}
.TagClassName
{
border-color: #BEE9FA;
}
</style>