Shades of Onahau #BEE0F4
Tints of Onahau #BEE0F4
RGB
CMYK
RGB Variations
Color information
#BEE0F4 (or 0xBEE0F4) is known color: Onahau. HEX triplet: BE, E0 and F4. RGB value is (190,224,244). Sum of RGB (Red+Green+Blue) = 190+224+244=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0F4 is #411F0B. Grayscale: #D8D8D8. Windows color (decimal): -4267788 or 16048318. OLE color: 16048318.
HSL color Cylindrical-coordinate representation of color #BEE0F4: hue angle of 202.22º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEE0F4 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 224 | 244 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.04 |
| HSL | 202.22º | 0.71% | 0.85% | - |
| HSV(B) | 202.22º | 0.22% | 0.96% | - |
| XYZ | 64.22 | 70.79 | 95.87 | - |
| YUV | 216.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 244 | 0.22 | 0.08 | 0 | 0.04 | 202.22 | 0.71 | 0.85 |
| Hex | BE | E0 | F4 | 16 | 8 | 0 | 4 | CA | 47 | 55 |
| Octal | 276 | 340 | 364 | 26 | 10 | 0 | 4 | 312 | 107 | 125 |
| Binary | 10111110 | 11100000 | 11110100 | 10110 | 1000 | 0 | 100 | 11001010 | 1000111 | 1010101 |
Color Harmonies of #BEE0F4
Complementary color
Monochromatic Colors of #BEE0F4
Black with #BEE0F4
Text Example
Text Example
White with #BEE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0F4; }
p { color: rgb(190,224,244); }
H1.HeaderClassName
{
color: #BEE0F4;
}
.AnyTagClassName
{
color: #BEE0F4;
}
</style>
background-color css
<style>
a { background-color: #BEE0F4; }
a { background-color: rgb(190,224,244); }
div.DivClassName
{
background-color: #BEE0F4;
}
.BgClassName
{
background-color: #BEE0F4;
}
</style>
border-color css
<style>
span { border-color: #BEE0F4; }
span { border-color: rgb(190,224,244); }
td.TdClassName
{
border-color: #BEE0F4;
}
.TagClassName
{
border-color: #BEE0F4;
}
</style>