Shades of Onahau #BEE5FA
Tints of Onahau #BEE5FA
RGB
CMYK
RGB Variations
Color information
#BEE5FA (or 0xBEE5FA) is known color: Onahau. HEX triplet: BE, E5 and FA. RGB value is (190,229,250). Sum of RGB (Red+Green+Blue) = 190+229+250=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FA is #411A05. Grayscale: #DBDBDB. Windows color (decimal): -4266502 or 16442814. OLE color: 16442814.
HSL color Cylindrical-coordinate representation of color #BEE5FA: hue angle of 201º 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 #BEE5FA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 229 | 250 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.02 |
| HSL | 201º | 0.86% | 0.86% | - |
| HSV(B) | 201º | 0.24% | 0.98% | - |
| XYZ | 66.51 | 73.89 | 101.2 | - |
| YUV | 219.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 250 | 0.24 | 0.08 | 0 | 0.02 | 201 | 0.86 | 0.86 |
| Hex | BE | E5 | FA | 18 | 8 | 0 | 2 | C9 | 56 | 56 |
| Octal | 276 | 345 | 372 | 30 | 10 | 0 | 2 | 311 | 126 | 126 |
| Binary | 10111110 | 11100101 | 11111010 | 11000 | 1000 | 0 | 10 | 11001001 | 1010110 | 1010110 |
Color Harmonies of #BEE5FA
Complementary color
Monochromatic Colors of #BEE5FA
Black with #BEE5FA
Text Example
Text Example
White with #BEE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5FA; }
p { color: rgb(190,229,250); }
H1.HeaderClassName
{
color: #BEE5FA;
}
.AnyTagClassName
{
color: #BEE5FA;
}
</style>
background-color css
<style>
a { background-color: #BEE5FA; }
a { background-color: rgb(190,229,250); }
div.DivClassName
{
background-color: #BEE5FA;
}
.BgClassName
{
background-color: #BEE5FA;
}
</style>
border-color css
<style>
span { border-color: #BEE5FA; }
span { border-color: rgb(190,229,250); }
td.TdClassName
{
border-color: #BEE5FA;
}
.TagClassName
{
border-color: #BEE5FA;
}
</style>