Shades of Onahau #BFF2F8
Tints of Onahau #BFF2F8
RGB
CMYK
RGB Variations
Color information
#BFF2F8 (or 0xBFF2F8) is known color: Onahau. HEX triplet: BF, F2 and F8. RGB value is (191,242,248). Sum of RGB (Red+Green+Blue) = 191+242+248=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFF2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2F8 is #400D07. Grayscale: #E3E3E3. Windows color (decimal): -4197640 or 16315071. OLE color: 16315071.
HSL color Cylindrical-coordinate representation of color #BFF2F8: hue angle of 186.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF2F8 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 242 | 248 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.03 |
| HSL | 186.32º | 0.8% | 0.86% | - |
| HSV(B) | 186.32º | 0.23% | 0.97% | - |
| XYZ | 70.18 | 81.36 | 100.81 | - |
| YUV | 227.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 248 | 0.23 | 0.02 | 0 | 0.03 | 186.32 | 0.8 | 0.86 |
| Hex | BF | F2 | F8 | 17 | 2 | 0 | 3 | BA | 50 | 56 |
| Octal | 277 | 362 | 370 | 27 | 2 | 0 | 3 | 272 | 120 | 126 |
| Binary | 10111111 | 11110010 | 11111000 | 10111 | 10 | 0 | 11 | 10111010 | 1010000 | 1010110 |
Color Harmonies of #BFF2F8
Complementary color
Monochromatic Colors of #BFF2F8
Black with #BFF2F8
Text Example
Text Example
White with #BFF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2F8; }
p { color: rgb(191,242,248); }
H1.HeaderClassName
{
color: #BFF2F8;
}
.AnyTagClassName
{
color: #BFF2F8;
}
</style>
background-color css
<style>
a { background-color: #BFF2F8; }
a { background-color: rgb(191,242,248); }
div.DivClassName
{
background-color: #BFF2F8;
}
.BgClassName
{
background-color: #BFF2F8;
}
</style>
border-color css
<style>
span { border-color: #BFF2F8; }
span { border-color: rgb(191,242,248); }
td.TdClassName
{
border-color: #BFF2F8;
}
.TagClassName
{
border-color: #BFF2F8;
}
</style>