Shades of Onahau #BFEEF2
Tints of Onahau #BFEEF2
RGB
CMYK
RGB Variations
Color information
#BFEEF2 (or 0xBFEEF2) is known color: Onahau. HEX triplet: BF, EE and F2. RGB value is (191,238,242). Sum of RGB (Red+Green+Blue) = 191+238+242=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF2 is #40110D. Grayscale: #E0E0E0. Windows color (decimal): -4198670 or 15920831. OLE color: 15920831.
HSL color Cylindrical-coordinate representation of color #BFEEF2: hue angle of 184.71º 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 #BFEEF2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 238 | 242 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 184.71º | 0.66% | 0.85% | - |
| HSV(B) | 184.71º | 0.21% | 0.95% | - |
| XYZ | 68.09 | 78.64 | 95.59 | - |
| YUV | 224.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 242 | 0.21 | 0.02 | 0 | 0.05 | 184.71 | 0.66 | 0.85 |
| Hex | BF | EE | F2 | 15 | 2 | 0 | 5 | B9 | 42 | 55 |
| Octal | 277 | 356 | 362 | 25 | 2 | 0 | 5 | 271 | 102 | 125 |
| Binary | 10111111 | 11101110 | 11110010 | 10101 | 10 | 0 | 101 | 10111001 | 1000010 | 1010101 |
Color Harmonies of #BFEEF2
Complementary color
Monochromatic Colors of #BFEEF2
Black with #BFEEF2
Text Example
Text Example
White with #BFEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEF2; }
p { color: rgb(191,238,242); }
H1.HeaderClassName
{
color: #BFEEF2;
}
.AnyTagClassName
{
color: #BFEEF2;
}
</style>
background-color css
<style>
a { background-color: #BFEEF2; }
a { background-color: rgb(191,238,242); }
div.DivClassName
{
background-color: #BFEEF2;
}
.BgClassName
{
background-color: #BFEEF2;
}
</style>
border-color css
<style>
span { border-color: #BFEEF2; }
span { border-color: rgb(191,238,242); }
td.TdClassName
{
border-color: #BFEEF2;
}
.TagClassName
{
border-color: #BFEEF2;
}
</style>