Shades of Onahau #BFF3FA
Tints of Onahau #BFF3FA
RGB
CMYK
RGB Variations
Color information
#BFF3FA (or 0xBFF3FA) is known color: Onahau. HEX triplet: BF, F3 and FA. RGB value is (191,243,250). Sum of RGB (Red+Green+Blue) = 191+243+250=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3FA is #400C05. Grayscale: #E4E4E4. Windows color (decimal): -4197382 or 16446399. OLE color: 16446399.
HSL color Cylindrical-coordinate representation of color #BFF3FA: hue angle of 187.12º 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 #BFF3FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 243 | 250 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.02 |
| HSL | 187.12º | 0.86% | 0.86% | - |
| HSV(B) | 187.12º | 0.24% | 0.98% | - |
| XYZ | 70.79 | 82.08 | 102.55 | - |
| YUV | 228.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 250 | 0.24 | 0.03 | 0 | 0.02 | 187.12 | 0.86 | 0.86 |
| Hex | BF | F3 | FA | 18 | 3 | 0 | 2 | BB | 56 | 56 |
| Octal | 277 | 363 | 372 | 30 | 3 | 0 | 2 | 273 | 126 | 126 |
| Binary | 10111111 | 11110011 | 11111010 | 11000 | 11 | 0 | 10 | 10111011 | 1010110 | 1010110 |
Color Harmonies of #BFF3FA
Complementary color
Monochromatic Colors of #BFF3FA
Black with #BFF3FA
Text Example
Text Example
White with #BFF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3FA; }
p { color: rgb(191,243,250); }
H1.HeaderClassName
{
color: #BFF3FA;
}
.AnyTagClassName
{
color: #BFF3FA;
}
</style>
background-color css
<style>
a { background-color: #BFF3FA; }
a { background-color: rgb(191,243,250); }
div.DivClassName
{
background-color: #BFF3FA;
}
.BgClassName
{
background-color: #BFF3FA;
}
</style>
border-color css
<style>
span { border-color: #BFF3FA; }
span { border-color: rgb(191,243,250); }
td.TdClassName
{
border-color: #BFF3FA;
}
.TagClassName
{
border-color: #BFF3FA;
}
</style>