Shades of Onahau #BFEEFD
Tints of Onahau #BFEEFD
RGB
CMYK
RGB Variations
Color information
#BFEEFD (or 0xBFEEFD) is known color: Onahau. HEX triplet: BF, EE and FD. RGB value is (191,238,253). Sum of RGB (Red+Green+Blue) = 191+238+253=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEFD is #401102. Grayscale: #E1E1E1. Windows color (decimal): -4198659 or 16641727. OLE color: 16641727.
HSL color Cylindrical-coordinate representation of color #BFEEFD: hue angle of 194.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEEFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 238 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 194.52º | 0.94% | 0.87% | - |
| HSV(B) | 194.52º | 0.25% | 0.99% | - |
| XYZ | 69.79 | 79.32 | 104.56 | - |
| YUV | 225.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 253 | 0.25 | 0.06 | 0 | 0.01 | 194.52 | 0.94 | 0.87 |
| Hex | BF | EE | FD | 19 | 6 | 0 | 1 | C3 | 5E | 57 |
| Octal | 277 | 356 | 375 | 31 | 6 | 0 | 1 | 303 | 136 | 127 |
| Binary | 10111111 | 11101110 | 11111101 | 11001 | 110 | 0 | 1 | 11000011 | 1011110 | 1010111 |
Color Harmonies of #BFEEFD
Complementary color
Monochromatic Colors of #BFEEFD
Black with #BFEEFD
Text Example
Text Example
White with #BFEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEFD; }
p { color: rgb(191,238,253); }
H1.HeaderClassName
{
color: #BFEEFD;
}
.AnyTagClassName
{
color: #BFEEFD;
}
</style>
background-color css
<style>
a { background-color: #BFEEFD; }
a { background-color: rgb(191,238,253); }
div.DivClassName
{
background-color: #BFEEFD;
}
.BgClassName
{
background-color: #BFEEFD;
}
</style>
border-color css
<style>
span { border-color: #BFEEFD; }
span { border-color: rgb(191,238,253); }
td.TdClassName
{
border-color: #BFEEFD;
}
.TagClassName
{
border-color: #BFEEFD;
}
</style>