Shades of Onahau #BEF0F7
Tints of Onahau #BEF0F7
RGB
CMYK
RGB Variations
Color information
#BEF0F7 (or 0xBEF0F7) is known color: Onahau. HEX triplet: BE, F0 and F7. RGB value is (190,240,247). Sum of RGB (Red+Green+Blue) = 190+240+247=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0F7 is #410F08. Grayscale: #E1E1E1. Windows color (decimal): -4263689 or 16249022. OLE color: 16249022.
HSL color Cylindrical-coordinate representation of color #BEF0F7: hue angle of 187.37º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF0F7 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 240 | 247 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.03 |
| HSL | 187.37º | 0.78% | 0.86% | - |
| HSV(B) | 187.37º | 0.23% | 0.97% | - |
| XYZ | 69.18 | 79.98 | 99.79 | - |
| YUV | 225.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 247 | 0.23 | 0.03 | 0 | 0.03 | 187.37 | 0.78 | 0.86 |
| Hex | BE | F0 | F7 | 17 | 3 | 0 | 3 | BB | 4E | 56 |
| Octal | 276 | 360 | 367 | 27 | 3 | 0 | 3 | 273 | 116 | 126 |
| Binary | 10111110 | 11110000 | 11110111 | 10111 | 11 | 0 | 11 | 10111011 | 1001110 | 1010110 |
Color Harmonies of #BEF0F7
Complementary color
Monochromatic Colors of #BEF0F7
Black with #BEF0F7
Text Example
Text Example
White with #BEF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0F7; }
p { color: rgb(190,240,247); }
H1.HeaderClassName
{
color: #BEF0F7;
}
.AnyTagClassName
{
color: #BEF0F7;
}
</style>
background-color css
<style>
a { background-color: #BEF0F7; }
a { background-color: rgb(190,240,247); }
div.DivClassName
{
background-color: #BEF0F7;
}
.BgClassName
{
background-color: #BEF0F7;
}
</style>
border-color css
<style>
span { border-color: #BEF0F7; }
span { border-color: rgb(190,240,247); }
td.TdClassName
{
border-color: #BEF0F7;
}
.TagClassName
{
border-color: #BEF0F7;
}
</style>