Shades of Onahau #BFF1F2
Tints of Onahau #BFF1F2
RGB
CMYK
RGB Variations
Color information
#BFF1F2 (or 0xBFF1F2) is known color: Onahau. HEX triplet: BF, F1 and F2. RGB value is (191,241,242). Sum of RGB (Red+Green+Blue) = 191+241+242=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F2 is #400E0D. Grayscale: #E2E2E2. Windows color (decimal): -4197902 or 15921599. OLE color: 15921599.
HSL color Cylindrical-coordinate representation of color #BFF1F2: hue angle of 181.18º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1F2 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 242 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.05 |
| HSL | 181.18º | 0.66% | 0.85% | - |
| HSV(B) | 181.18º | 0.21% | 0.95% | - |
| XYZ | 68.97 | 80.4 | 95.89 | - |
| YUV | 226.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 242 | 0.21 | 0.00 | 0 | 0.05 | 181.18 | 0.66 | 0.85 |
| Hex | BF | F1 | F2 | 15 | 0 | 0 | 5 | B5 | 42 | 55 |
| Octal | 277 | 361 | 362 | 25 | 0 | 0 | 5 | 265 | 102 | 125 |
| Binary | 10111111 | 11110001 | 11110010 | 10101 | 0 | 0 | 101 | 10110101 | 1000010 | 1010101 |
Color Harmonies of #BFF1F2
Complementary color
Monochromatic Colors of #BFF1F2
Black with #BFF1F2
Text Example
Text Example
White with #BFF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1F2; }
p { color: rgb(191,241,242); }
H1.HeaderClassName
{
color: #BFF1F2;
}
.AnyTagClassName
{
color: #BFF1F2;
}
</style>
background-color css
<style>
a { background-color: #BFF1F2; }
a { background-color: rgb(191,241,242); }
div.DivClassName
{
background-color: #BFF1F2;
}
.BgClassName
{
background-color: #BFF1F2;
}
</style>
border-color css
<style>
span { border-color: #BFF1F2; }
span { border-color: rgb(191,241,242); }
td.TdClassName
{
border-color: #BFF1F2;
}
.TagClassName
{
border-color: #BFF1F2;
}
</style>