Shades of Onahau #BEE9FF
Tints of Onahau #BEE9FF
RGB
CMYK
RGB Variations
Color information
#BEE9FF (or 0xBEE9FF) is known color: Onahau. HEX triplet: BE, E9 and FF. RGB value is (190,233,255). Sum of RGB (Red+Green+Blue) = 190+233+255=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9FF is #411600. Grayscale: #DEDEDE. Windows color (decimal): -4265473 or 16771518. OLE color: 16771518.
HSL color Cylindrical-coordinate representation of color #BEE9FF: hue angle of 200.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE9FF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 233 | 255 | - |
| CMYK | 0.25 | 0.09 | 0 | 0 |
| HSL | 200.31º | 1% | 0.87% | - |
| HSV(B) | 200.31º | 0.25% | 1% | - |
| XYZ | 68.42 | 76.44 | 105.76 | - |
| YUV | 222.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 255 | 0.25 | 0.09 | 0 | 0 | 200.31 | 1 | 0.87 |
| Hex | BE | E9 | FF | 19 | 9 | 0 | 0 | C8 | 64 | 57 |
| Octal | 276 | 351 | 377 | 31 | 11 | 0 | 0 | 310 | 144 | 127 |
| Binary | 10111110 | 11101001 | 11111111 | 11001 | 1001 | 0 | 0 | 11001000 | 1100100 | 1010111 |
Color Harmonies of #BEE9FF
Complementary color
Monochromatic Colors of #BEE9FF
Black with #BEE9FF
Text Example
Text Example
White with #BEE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9FF; }
p { color: rgb(190,233,255); }
H1.HeaderClassName
{
color: #BEE9FF;
}
.AnyTagClassName
{
color: #BEE9FF;
}
</style>
background-color css
<style>
a { background-color: #BEE9FF; }
a { background-color: rgb(190,233,255); }
div.DivClassName
{
background-color: #BEE9FF;
}
.BgClassName
{
background-color: #BEE9FF;
}
</style>
border-color css
<style>
span { border-color: #BEE9FF; }
span { border-color: rgb(190,233,255); }
td.TdClassName
{
border-color: #BEE9FF;
}
.TagClassName
{
border-color: #BEE9FF;
}
</style>