Shades of Onahau #BEE3F0
Tints of Onahau #BEE3F0
RGB
CMYK
RGB Variations
Color information
#BEE3F0 (or 0xBEE3F0) is known color: Onahau. HEX triplet: BE, E3 and F0. RGB value is (190,227,240). Sum of RGB (Red+Green+Blue) = 190+227+240=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3F0 is #411C0F. Grayscale: #D9D9D9. Windows color (decimal): -4267024 or 15786942. OLE color: 15786942.
HSL color Cylindrical-coordinate representation of color #BEE3F0: hue angle of 195.6º 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 #BEE3F0 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 227 | 240 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.06 |
| HSL | 195.6º | 0.63% | 0.84% | - |
| HSV(B) | 195.6º | 0.21% | 0.94% | - |
| XYZ | 64.43 | 72.18 | 92.97 | - |
| YUV | 217.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 240 | 0.21 | 0.05 | 0 | 0.06 | 195.6 | 0.63 | 0.84 |
| Hex | BE | E3 | F0 | 15 | 5 | 0 | 6 | C4 | 3E | 54 |
| Octal | 276 | 343 | 360 | 25 | 5 | 0 | 6 | 304 | 76 | 124 |
| Binary | 10111110 | 11100011 | 11110000 | 10101 | 101 | 0 | 110 | 11000100 | 111110 | 1010100 |
Color Harmonies of #BEE3F0
Complementary color
Monochromatic Colors of #BEE3F0
Black with #BEE3F0
Text Example
Text Example
White with #BEE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3F0; }
p { color: rgb(190,227,240); }
H1.HeaderClassName
{
color: #BEE3F0;
}
.AnyTagClassName
{
color: #BEE3F0;
}
</style>
background-color css
<style>
a { background-color: #BEE3F0; }
a { background-color: rgb(190,227,240); }
div.DivClassName
{
background-color: #BEE3F0;
}
.BgClassName
{
background-color: #BEE3F0;
}
</style>
border-color css
<style>
span { border-color: #BEE3F0; }
span { border-color: rgb(190,227,240); }
td.TdClassName
{
border-color: #BEE3F0;
}
.TagClassName
{
border-color: #BEE3F0;
}
</style>