Shades of Onahau #BFF0FF
Tints of Onahau #BFF0FF
RGB
CMYK
RGB Variations
Color information
#BFF0FF (or 0xBFF0FF) is known color: Onahau. HEX triplet: BF, F0 and FF. RGB value is (191,240,255). Sum of RGB (Red+Green+Blue) = 191+240+255=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0FF is #400F00. Grayscale: #E2E2E2. Windows color (decimal): -4198145 or 16773311. OLE color: 16773311.
HSL color Cylindrical-coordinate representation of color #BFF0FF: hue angle of 194.06º 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 #BFF0FF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 240 | 255 | - |
| CMYK | 0.25 | 0.06 | 0 | 0 |
| HSL | 194.06º | 1% | 0.87% | - |
| HSV(B) | 194.06º | 0.25% | 1% | - |
| XYZ | 70.7 | 80.62 | 106.44 | - |
| YUV | 227.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 255 | 0.25 | 0.06 | 0 | 0 | 194.06 | 1 | 0.87 |
| Hex | BF | F0 | FF | 19 | 6 | 0 | 0 | C2 | 64 | 57 |
| Octal | 277 | 360 | 377 | 31 | 6 | 0 | 0 | 302 | 144 | 127 |
| Binary | 10111111 | 11110000 | 11111111 | 11001 | 110 | 0 | 0 | 11000010 | 1100100 | 1010111 |
Color Harmonies of #BFF0FF
Complementary color
Monochromatic Colors of #BFF0FF
Black with #BFF0FF
Text Example
Text Example
White with #BFF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0FF; }
p { color: rgb(191,240,255); }
H1.HeaderClassName
{
color: #BFF0FF;
}
.AnyTagClassName
{
color: #BFF0FF;
}
</style>
background-color css
<style>
a { background-color: #BFF0FF; }
a { background-color: rgb(191,240,255); }
div.DivClassName
{
background-color: #BFF0FF;
}
.BgClassName
{
background-color: #BFF0FF;
}
</style>
border-color css
<style>
span { border-color: #BFF0FF; }
span { border-color: rgb(191,240,255); }
td.TdClassName
{
border-color: #BFF0FF;
}
.TagClassName
{
border-color: #BFF0FF;
}
</style>