Shades of Onahau #BEE1F0
Tints of Onahau #BEE1F0
RGB
CMYK
RGB Variations
Color information
#BEE1F0 (or 0xBEE1F0) is known color: Onahau. HEX triplet: BE, E1 and F0. RGB value is (190,225,240). Sum of RGB (Red+Green+Blue) = 190+225+240=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1F0 is #411E0F. Grayscale: #D8D8D8. Windows color (decimal): -4267536 or 15786430. OLE color: 15786430.
HSL color Cylindrical-coordinate representation of color #BEE1F0: hue angle of 198º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE1F0 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 225 | 240 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.06 |
| HSL | 198º | 0.63% | 0.84% | - |
| HSV(B) | 198º | 0.21% | 0.94% | - |
| XYZ | 63.89 | 71.09 | 92.79 | - |
| YUV | 216.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 240 | 0.21 | 0.06 | 0 | 0.06 | 198 | 0.63 | 0.84 |
| Hex | BE | E1 | F0 | 15 | 6 | 0 | 6 | C6 | 3E | 54 |
| Octal | 276 | 341 | 360 | 25 | 6 | 0 | 6 | 306 | 76 | 124 |
| Binary | 10111110 | 11100001 | 11110000 | 10101 | 110 | 0 | 110 | 11000110 | 111110 | 1010100 |
Color Harmonies of #BEE1F0
Complementary color
Monochromatic Colors of #BEE1F0
Black with #BEE1F0
Text Example
Text Example
White with #BEE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1F0; }
p { color: rgb(190,225,240); }
H1.HeaderClassName
{
color: #BEE1F0;
}
.AnyTagClassName
{
color: #BEE1F0;
}
</style>
background-color css
<style>
a { background-color: #BEE1F0; }
a { background-color: rgb(190,225,240); }
div.DivClassName
{
background-color: #BEE1F0;
}
.BgClassName
{
background-color: #BEE1F0;
}
</style>
border-color css
<style>
span { border-color: #BEE1F0; }
span { border-color: rgb(190,225,240); }
td.TdClassName
{
border-color: #BEE1F0;
}
.TagClassName
{
border-color: #BEE1F0;
}
</style>