Shades of Onahau #BFEEFC
Tints of Onahau #BFEEFC
RGB
CMYK
RGB Variations
Color information
#BFEEFC (or 0xBFEEFC) is known color: Onahau. HEX triplet: BF, EE and FC. RGB value is (191,238,252). Sum of RGB (Red+Green+Blue) = 191+238+252=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEFC is #401103. Grayscale: #E1E1E1. Windows color (decimal): -4198660 or 16576191. OLE color: 16576191.
HSL color Cylindrical-coordinate representation of color #BFEEFC: hue angle of 193.77º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFEEFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 238 | 252 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.01 |
| HSL | 193.77º | 0.91% | 0.87% | - |
| HSV(B) | 193.77º | 0.24% | 0.99% | - |
| XYZ | 69.63 | 79.25 | 103.72 | - |
| YUV | 225.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 252 | 0.24 | 0.06 | 0 | 0.01 | 193.77 | 0.91 | 0.87 |
| Hex | BF | EE | FC | 18 | 6 | 0 | 1 | C2 | 5B | 57 |
| Octal | 277 | 356 | 374 | 30 | 6 | 0 | 1 | 302 | 133 | 127 |
| Binary | 10111111 | 11101110 | 11111100 | 11000 | 110 | 0 | 1 | 11000010 | 1011011 | 1010111 |
Color Harmonies of #BFEEFC
Complementary color
Monochromatic Colors of #BFEEFC
Black with #BFEEFC
Text Example
Text Example
White with #BFEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEFC; }
p { color: rgb(191,238,252); }
H1.HeaderClassName
{
color: #BFEEFC;
}
.AnyTagClassName
{
color: #BFEEFC;
}
</style>
background-color css
<style>
a { background-color: #BFEEFC; }
a { background-color: rgb(191,238,252); }
div.DivClassName
{
background-color: #BFEEFC;
}
.BgClassName
{
background-color: #BFEEFC;
}
</style>
border-color css
<style>
span { border-color: #BFEEFC; }
span { border-color: rgb(191,238,252); }
td.TdClassName
{
border-color: #BFEEFC;
}
.TagClassName
{
border-color: #BFEEFC;
}
</style>