Shades of Onahau #BFE1F1
Tints of Onahau #BFE1F1
RGB
CMYK
RGB Variations
Color information
#BFE1F1 (or 0xBFE1F1) is known color: Onahau. HEX triplet: BF, E1 and F1. RGB value is (191,225,241). Sum of RGB (Red+Green+Blue) = 191+225+241=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1F1 is #401E0E. Grayscale: #D8D8D8. Windows color (decimal): -4201999 or 15851967. OLE color: 15851967.
HSL color Cylindrical-coordinate representation of color #BFE1F1: hue angle of 199.2º degrees, saturation: 0.64, 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 #BFE1F1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 225 | 241 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.05 |
| HSL | 199.2º | 0.64% | 0.85% | - |
| HSV(B) | 199.2º | 0.21% | 0.95% | - |
| XYZ | 64.29 | 71.28 | 93.59 | - |
| YUV | 216.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 241 | 0.21 | 0.07 | 0 | 0.05 | 199.2 | 0.64 | 0.85 |
| Hex | BF | E1 | F1 | 15 | 7 | 0 | 5 | C7 | 40 | 55 |
| Octal | 277 | 341 | 361 | 25 | 7 | 0 | 5 | 307 | 100 | 125 |
| Binary | 10111111 | 11100001 | 11110001 | 10101 | 111 | 0 | 101 | 11000111 | 1000000 | 1010101 |
Color Harmonies of #BFE1F1
Complementary color
Monochromatic Colors of #BFE1F1
Black with #BFE1F1
Text Example
Text Example
White with #BFE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1F1; }
p { color: rgb(191,225,241); }
H1.HeaderClassName
{
color: #BFE1F1;
}
.AnyTagClassName
{
color: #BFE1F1;
}
</style>
background-color css
<style>
a { background-color: #BFE1F1; }
a { background-color: rgb(191,225,241); }
div.DivClassName
{
background-color: #BFE1F1;
}
.BgClassName
{
background-color: #BFE1F1;
}
</style>
border-color css
<style>
span { border-color: #BFE1F1; }
span { border-color: rgb(191,225,241); }
td.TdClassName
{
border-color: #BFE1F1;
}
.TagClassName
{
border-color: #BFE1F1;
}
</style>