Shades of Onahau #BFF5FF
Tints of Onahau #BFF5FF
RGB
CMYK
RGB Variations
Color information
#BFF5FF (or 0xBFF5FF) is known color: Onahau. HEX triplet: BF, F5 and FF. RGB value is (191,245,255). Sum of RGB (Red+Green+Blue) = 191+245+255=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5FF is #400A00. Grayscale: #E5E5E5. Windows color (decimal): -4196865 or 16774591. OLE color: 16774591.
HSL color Cylindrical-coordinate representation of color #BFF5FF: hue angle of 189.38º 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 #BFF5FF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 245 | 255 | - |
| CMYK | 0.25 | 0.04 | 0 | 0 |
| HSL | 189.38º | 1% | 0.87% | - |
| HSV(B) | 189.38º | 0.25% | 1% | - |
| XYZ | 72.19 | 83.6 | 106.94 | - |
| YUV | 229.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 255 | 0.25 | 0.04 | 0 | 0 | 189.38 | 1 | 0.87 |
| Hex | BF | F5 | FF | 19 | 4 | 0 | 0 | BD | 64 | 57 |
| Octal | 277 | 365 | 377 | 31 | 4 | 0 | 0 | 275 | 144 | 127 |
| Binary | 10111111 | 11110101 | 11111111 | 11001 | 100 | 0 | 0 | 10111101 | 1100100 | 1010111 |
Color Harmonies of #BFF5FF
Complementary color
Monochromatic Colors of #BFF5FF
Black with #BFF5FF
Text Example
Text Example
White with #BFF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5FF; }
p { color: rgb(191,245,255); }
H1.HeaderClassName
{
color: #BFF5FF;
}
.AnyTagClassName
{
color: #BFF5FF;
}
</style>
background-color css
<style>
a { background-color: #BFF5FF; }
a { background-color: rgb(191,245,255); }
div.DivClassName
{
background-color: #BFF5FF;
}
.BgClassName
{
background-color: #BFF5FF;
}
</style>
border-color css
<style>
span { border-color: #BFF5FF; }
span { border-color: rgb(191,245,255); }
td.TdClassName
{
border-color: #BFF5FF;
}
.TagClassName
{
border-color: #BFF5FF;
}
</style>