Shades of Onahau #BFF0F8
Tints of Onahau #BFF0F8
RGB
CMYK
RGB Variations
Color information
#BFF0F8 (or 0xBFF0F8) is known color: Onahau. HEX triplet: BF, F0 and F8. RGB value is (191,240,248). Sum of RGB (Red+Green+Blue) = 191+240+248=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0F8 is #400F07. Grayscale: #E2E2E2. Windows color (decimal): -4198152 or 16314559. OLE color: 16314559.
HSL color Cylindrical-coordinate representation of color #BFF0F8: hue angle of 188.42º 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 #BFF0F8 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 240 | 248 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.03 |
| HSL | 188.42º | 0.8% | 0.86% | - |
| HSV(B) | 188.42º | 0.23% | 0.97% | - |
| XYZ | 69.59 | 80.17 | 100.61 | - |
| YUV | 226.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 248 | 0.23 | 0.03 | 0 | 0.03 | 188.42 | 0.8 | 0.86 |
| Hex | BF | F0 | F8 | 17 | 3 | 0 | 3 | BC | 50 | 56 |
| Octal | 277 | 360 | 370 | 27 | 3 | 0 | 3 | 274 | 120 | 126 |
| Binary | 10111111 | 11110000 | 11111000 | 10111 | 11 | 0 | 11 | 10111100 | 1010000 | 1010110 |
Color Harmonies of #BFF0F8
Complementary color
Monochromatic Colors of #BFF0F8
Black with #BFF0F8
Text Example
Text Example
White with #BFF0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0F8; }
p { color: rgb(191,240,248); }
H1.HeaderClassName
{
color: #BFF0F8;
}
.AnyTagClassName
{
color: #BFF0F8;
}
</style>
background-color css
<style>
a { background-color: #BFF0F8; }
a { background-color: rgb(191,240,248); }
div.DivClassName
{
background-color: #BFF0F8;
}
.BgClassName
{
background-color: #BFF0F8;
}
</style>
border-color css
<style>
span { border-color: #BFF0F8; }
span { border-color: rgb(191,240,248); }
td.TdClassName
{
border-color: #BFF0F8;
}
.TagClassName
{
border-color: #BFF0F8;
}
</style>