Shades of Onahau #BFECEE
Tints of Onahau #BFECEE
RGB
CMYK
RGB Variations
Color information
#BFECEE (or 0xBFECEE) is known color: Onahau. HEX triplet: BF, EC and EE. RGB value is (191,236,238). Sum of RGB (Red+Green+Blue) = 191+236+238=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECEE is #401311. Grayscale: #DEDEDE. Windows color (decimal): -4199186 or 15658175. OLE color: 15658175.
HSL color Cylindrical-coordinate representation of color #BFECEE: hue angle of 182.55º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFECEE is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 238 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.07 |
| HSL | 182.55º | 0.58% | 0.84% | - |
| HSV(B) | 182.55º | 0.2% | 0.93% | - |
| XYZ | 66.91 | 77.24 | 92.27 | - |
| YUV | 222.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 238 | 0.20 | 0.01 | 0 | 0.07 | 182.55 | 0.58 | 0.84 |
| Hex | BF | EC | EE | 14 | 1 | 0 | 7 | B7 | 3A | 54 |
| Octal | 277 | 354 | 356 | 24 | 1 | 0 | 7 | 267 | 72 | 124 |
| Binary | 10111111 | 11101100 | 11101110 | 10100 | 1 | 0 | 111 | 10110111 | 111010 | 1010100 |
Color Harmonies of #BFECEE
Complementary color
Monochromatic Colors of #BFECEE
Black with #BFECEE
Text Example
Text Example
White with #BFECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECEE; }
p { color: rgb(191,236,238); }
H1.HeaderClassName
{
color: #BFECEE;
}
.AnyTagClassName
{
color: #BFECEE;
}
</style>
background-color css
<style>
a { background-color: #BFECEE; }
a { background-color: rgb(191,236,238); }
div.DivClassName
{
background-color: #BFECEE;
}
.BgClassName
{
background-color: #BFECEE;
}
</style>
border-color css
<style>
span { border-color: #BFECEE; }
span { border-color: rgb(191,236,238); }
td.TdClassName
{
border-color: #BFECEE;
}
.TagClassName
{
border-color: #BFECEE;
}
</style>