Shades of Onahau #BFEEF1
Tints of Onahau #BFEEF1
RGB
CMYK
RGB Variations
Color information
#BFEEF1 (or 0xBFEEF1) is known color: Onahau. HEX triplet: BF, EE and F1. RGB value is (191,238,241). Sum of RGB (Red+Green+Blue) = 191+238+241=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF1 is #40110E. Grayscale: #E0E0E0. Windows color (decimal): -4198671 or 15855295. OLE color: 15855295.
HSL color Cylindrical-coordinate representation of color #BFEEF1: hue angle of 183.6º 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 #BFEEF1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 238 | 241 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.05 |
| HSL | 183.6º | 0.64% | 0.85% | - |
| HSV(B) | 183.6º | 0.21% | 0.95% | - |
| XYZ | 67.94 | 78.58 | 94.81 | - |
| YUV | 224.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 241 | 0.21 | 0.01 | 0 | 0.05 | 183.6 | 0.64 | 0.85 |
| Hex | BF | EE | F1 | 15 | 1 | 0 | 5 | B8 | 40 | 55 |
| Octal | 277 | 356 | 361 | 25 | 1 | 0 | 5 | 270 | 100 | 125 |
| Binary | 10111111 | 11101110 | 11110001 | 10101 | 1 | 0 | 101 | 10111000 | 1000000 | 1010101 |
Color Harmonies of #BFEEF1
Complementary color
Monochromatic Colors of #BFEEF1
Black with #BFEEF1
Text Example
Text Example
White with #BFEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEF1; }
p { color: rgb(191,238,241); }
H1.HeaderClassName
{
color: #BFEEF1;
}
.AnyTagClassName
{
color: #BFEEF1;
}
</style>
background-color css
<style>
a { background-color: #BFEEF1; }
a { background-color: rgb(191,238,241); }
div.DivClassName
{
background-color: #BFEEF1;
}
.BgClassName
{
background-color: #BFEEF1;
}
</style>
border-color css
<style>
span { border-color: #BFEEF1; }
span { border-color: rgb(191,238,241); }
td.TdClassName
{
border-color: #BFEEF1;
}
.TagClassName
{
border-color: #BFEEF1;
}
</style>