Shades of Onahau #BFF5FA
Tints of Onahau #BFF5FA
RGB
CMYK
RGB Variations
Color information
#BFF5FA (or 0xBFF5FA) is known color: Onahau. HEX triplet: BF, F5 and FA. RGB value is (191,245,250). Sum of RGB (Red+Green+Blue) = 191+245+250=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5FA is #400A05. Grayscale: #E5E5E5. Windows color (decimal): -4196870 or 16446911. OLE color: 16446911.
HSL color Cylindrical-coordinate representation of color #BFF5FA: hue angle of 185.08º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF5FA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 245 | 250 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.02 |
| HSL | 185.08º | 0.86% | 0.86% | - |
| HSV(B) | 185.08º | 0.24% | 0.98% | - |
| XYZ | 71.39 | 83.28 | 102.75 | - |
| YUV | 229.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 250 | 0.24 | 0.02 | 0 | 0.02 | 185.08 | 0.86 | 0.86 |
| Hex | BF | F5 | FA | 18 | 2 | 0 | 2 | B9 | 56 | 56 |
| Octal | 277 | 365 | 372 | 30 | 2 | 0 | 2 | 271 | 126 | 126 |
| Binary | 10111111 | 11110101 | 11111010 | 11000 | 10 | 0 | 10 | 10111001 | 1010110 | 1010110 |
Color Harmonies of #BFF5FA
Complementary color
Monochromatic Colors of #BFF5FA
Black with #BFF5FA
Text Example
Text Example
White with #BFF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5FA; }
p { color: rgb(191,245,250); }
H1.HeaderClassName
{
color: #BFF5FA;
}
.AnyTagClassName
{
color: #BFF5FA;
}
</style>
background-color css
<style>
a { background-color: #BFF5FA; }
a { background-color: rgb(191,245,250); }
div.DivClassName
{
background-color: #BFF5FA;
}
.BgClassName
{
background-color: #BFF5FA;
}
</style>
border-color css
<style>
span { border-color: #BFF5FA; }
span { border-color: rgb(191,245,250); }
td.TdClassName
{
border-color: #BFF5FA;
}
.TagClassName
{
border-color: #BFF5FA;
}
</style>