Shades of Onahau #BFF4FF
Tints of Onahau #BFF4FF
RGB
CMYK
RGB Variations
Color information
#BFF4FF (or 0xBFF4FF) is known color: Onahau. HEX triplet: BF, F4 and FF. RGB value is (191,244,255). Sum of RGB (Red+Green+Blue) = 191+244+255=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF4FF is #400B00. Grayscale: #E5E5E5. Windows color (decimal): -4197121 or 16774335. OLE color: 16774335.
HSL color Cylindrical-coordinate representation of color #BFF4FF: hue angle of 190.31º 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 #BFF4FF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 244 | 255 | - |
| CMYK | 0.25 | 0.04 | 0 | 0 |
| HSL | 190.31º | 1% | 0.87% | - |
| HSV(B) | 190.31º | 0.25% | 1% | - |
| XYZ | 71.89 | 83 | 106.84 | - |
| YUV | 229.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 255 | 0.25 | 0.04 | 0 | 0 | 190.31 | 1 | 0.87 |
| Hex | BF | F4 | FF | 19 | 4 | 0 | 0 | BE | 64 | 57 |
| Octal | 277 | 364 | 377 | 31 | 4 | 0 | 0 | 276 | 144 | 127 |
| Binary | 10111111 | 11110100 | 11111111 | 11001 | 100 | 0 | 0 | 10111110 | 1100100 | 1010111 |
Color Harmonies of #BFF4FF
Complementary color
Monochromatic Colors of #BFF4FF
Black with #BFF4FF
Text Example
Text Example
White with #BFF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF4FF; }
p { color: rgb(191,244,255); }
H1.HeaderClassName
{
color: #BFF4FF;
}
.AnyTagClassName
{
color: #BFF4FF;
}
</style>
background-color css
<style>
a { background-color: #BFF4FF; }
a { background-color: rgb(191,244,255); }
div.DivClassName
{
background-color: #BFF4FF;
}
.BgClassName
{
background-color: #BFF4FF;
}
</style>
border-color css
<style>
span { border-color: #BFF4FF; }
span { border-color: rgb(191,244,255); }
td.TdClassName
{
border-color: #BFF4FF;
}
.TagClassName
{
border-color: #BFF4FF;
}
</style>