Shades of Onahau #BEEEFA
Tints of Onahau #BEEEFA
RGB
CMYK
RGB Variations
Color information
#BEEEFA (or 0xBEEEFA) is known color: Onahau. HEX triplet: BE, EE and FA. RGB value is (190,238,250). Sum of RGB (Red+Green+Blue) = 190+238+250=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFA is #411105. Grayscale: #E0E0E0. Windows color (decimal): -4264198 or 16445118. OLE color: 16445118.
HSL color Cylindrical-coordinate representation of color #BEEEFA: hue angle of 192º 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 #BEEEFA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 238 | 250 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.02 |
| HSL | 192º | 0.86% | 0.86% | - |
| HSV(B) | 192º | 0.24% | 0.98% | - |
| XYZ | 69.07 | 79 | 102.05 | - |
| YUV | 225.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 250 | 0.24 | 0.05 | 0 | 0.02 | 192 | 0.86 | 0.86 |
| Hex | BE | EE | FA | 18 | 5 | 0 | 2 | C0 | 56 | 56 |
| Octal | 276 | 356 | 372 | 30 | 5 | 0 | 2 | 300 | 126 | 126 |
| Binary | 10111110 | 11101110 | 11111010 | 11000 | 101 | 0 | 10 | 11000000 | 1010110 | 1010110 |
Color Harmonies of #BEEEFA
Complementary color
Monochromatic Colors of #BEEEFA
Black with #BEEEFA
Text Example
Text Example
White with #BEEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEFA; }
p { color: rgb(190,238,250); }
H1.HeaderClassName
{
color: #BEEEFA;
}
.AnyTagClassName
{
color: #BEEEFA;
}
</style>
background-color css
<style>
a { background-color: #BEEEFA; }
a { background-color: rgb(190,238,250); }
div.DivClassName
{
background-color: #BEEEFA;
}
.BgClassName
{
background-color: #BEEEFA;
}
</style>
border-color css
<style>
span { border-color: #BEEEFA; }
span { border-color: rgb(190,238,250); }
td.TdClassName
{
border-color: #BEEEFA;
}
.TagClassName
{
border-color: #BEEEFA;
}
</style>