Shades of Onahau #BFF0F7
Tints of Onahau #BFF0F7
RGB
CMYK
RGB Variations
Color information
#BFF0F7 (or 0xBFF0F7) is known color: Onahau. HEX triplet: BF, F0 and F7. RGB value is (191,240,247). Sum of RGB (Red+Green+Blue) = 191+240+247=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0F7 is #400F08. Grayscale: #E2E2E2. Windows color (decimal): -4198153 or 16249023. OLE color: 16249023.
HSL color Cylindrical-coordinate representation of color #BFF0F7: hue angle of 187.5º 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 #BFF0F7 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 240 | 247 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.03 |
| HSL | 187.5º | 0.78% | 0.86% | - |
| HSV(B) | 187.5º | 0.23% | 0.97% | - |
| XYZ | 69.43 | 80.11 | 99.8 | - |
| YUV | 226.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 247 | 0.23 | 0.03 | 0 | 0.03 | 187.5 | 0.78 | 0.86 |
| Hex | BF | F0 | F7 | 17 | 3 | 0 | 3 | BC | 4E | 56 |
| Octal | 277 | 360 | 367 | 27 | 3 | 0 | 3 | 274 | 116 | 126 |
| Binary | 10111111 | 11110000 | 11110111 | 10111 | 11 | 0 | 11 | 10111100 | 1001110 | 1010110 |
Color Harmonies of #BFF0F7
Complementary color
Monochromatic Colors of #BFF0F7
Black with #BFF0F7
Text Example
Text Example
White with #BFF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0F7; }
p { color: rgb(191,240,247); }
H1.HeaderClassName
{
color: #BFF0F7;
}
.AnyTagClassName
{
color: #BFF0F7;
}
</style>
background-color css
<style>
a { background-color: #BFF0F7; }
a { background-color: rgb(191,240,247); }
div.DivClassName
{
background-color: #BFF0F7;
}
.BgClassName
{
background-color: #BFF0F7;
}
</style>
border-color css
<style>
span { border-color: #BFF0F7; }
span { border-color: rgb(191,240,247); }
td.TdClassName
{
border-color: #BFF0F7;
}
.TagClassName
{
border-color: #BFF0F7;
}
</style>