Shades of Onahau #BFF2FF
Tints of Onahau #BFF2FF
RGB
CMYK
RGB Variations
Color information
#BFF2FF (or 0xBFF2FF) is known color: Onahau. HEX triplet: BF, F2 and FF. RGB value is (191,242,255). Sum of RGB (Red+Green+Blue) = 191+242+255=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2FF is #400D00. Grayscale: #E4E4E4. Windows color (decimal): -4197633 or 16773823. OLE color: 16773823.
HSL color Cylindrical-coordinate representation of color #BFF2FF: hue angle of 192.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF2FF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 242 | 255 | - |
| CMYK | 0.25 | 0.05 | 0 | 0 |
| HSL | 192.19º | 1% | 0.87% | - |
| HSV(B) | 192.19º | 0.25% | 1% | - |
| XYZ | 71.29 | 81.8 | 106.64 | - |
| YUV | 228.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 255 | 0.25 | 0.05 | 0 | 0 | 192.19 | 1 | 0.87 |
| Hex | BF | F2 | FF | 19 | 5 | 0 | 0 | C0 | 64 | 57 |
| Octal | 277 | 362 | 377 | 31 | 5 | 0 | 0 | 300 | 144 | 127 |
| Binary | 10111111 | 11110010 | 11111111 | 11001 | 101 | 0 | 0 | 11000000 | 1100100 | 1010111 |
Color Harmonies of #BFF2FF
Complementary color
Monochromatic Colors of #BFF2FF
Black with #BFF2FF
Text Example
Text Example
White with #BFF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2FF; }
p { color: rgb(191,242,255); }
H1.HeaderClassName
{
color: #BFF2FF;
}
.AnyTagClassName
{
color: #BFF2FF;
}
</style>
background-color css
<style>
a { background-color: #BFF2FF; }
a { background-color: rgb(191,242,255); }
div.DivClassName
{
background-color: #BFF2FF;
}
.BgClassName
{
background-color: #BFF2FF;
}
</style>
border-color css
<style>
span { border-color: #BFF2FF; }
span { border-color: rgb(191,242,255); }
td.TdClassName
{
border-color: #BFF2FF;
}
.TagClassName
{
border-color: #BFF2FF;
}
</style>