Shades of Onahau #BFF6FB
Tints of Onahau #BFF6FB
RGB
CMYK
RGB Variations
Color information
#BFF6FB (or 0xBFF6FB) is known color: Onahau. HEX triplet: BF, F6 and FB. RGB value is (191,246,251). Sum of RGB (Red+Green+Blue) = 191+246+251=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6FB is #400904. Grayscale: #E6E6E6. Windows color (decimal): -4196613 or 16512703. OLE color: 16512703.
HSL color Cylindrical-coordinate representation of color #BFF6FB: hue angle of 185º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF6FB is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 246 | 251 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.02 |
| HSL | 185º | 0.88% | 0.87% | - |
| HSV(B) | 185º | 0.24% | 0.98% | - |
| XYZ | 71.85 | 83.95 | 103.68 | - |
| YUV | 230.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 251 | 0.24 | 0.02 | 0 | 0.02 | 185 | 0.88 | 0.87 |
| Hex | BF | F6 | FB | 18 | 2 | 0 | 2 | B9 | 58 | 57 |
| Octal | 277 | 366 | 373 | 30 | 2 | 0 | 2 | 271 | 130 | 127 |
| Binary | 10111111 | 11110110 | 11111011 | 11000 | 10 | 0 | 10 | 10111001 | 1011000 | 1010111 |
Color Harmonies of #BFF6FB
Complementary color
Monochromatic Colors of #BFF6FB
Black with #BFF6FB
Text Example
Text Example
White with #BFF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6FB; }
p { color: rgb(191,246,251); }
H1.HeaderClassName
{
color: #BFF6FB;
}
.AnyTagClassName
{
color: #BFF6FB;
}
</style>
background-color css
<style>
a { background-color: #BFF6FB; }
a { background-color: rgb(191,246,251); }
div.DivClassName
{
background-color: #BFF6FB;
}
.BgClassName
{
background-color: #BFF6FB;
}
</style>
border-color css
<style>
span { border-color: #BFF6FB; }
span { border-color: rgb(191,246,251); }
td.TdClassName
{
border-color: #BFF6FB;
}
.TagClassName
{
border-color: #BFF6FB;
}
</style>