Shades of Onahau #BFECEF
Tints of Onahau #BFECEF
RGB
CMYK
RGB Variations
Color information
#BFECEF (or 0xBFECEF) is known color: Onahau. HEX triplet: BF, EC and EF. RGB value is (191,236,239). Sum of RGB (Red+Green+Blue) = 191+236+239=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECEF is #401310. Grayscale: #DEDEDE. Windows color (decimal): -4199185 or 15723711. OLE color: 15723711.
HSL color Cylindrical-coordinate representation of color #BFECEF: hue angle of 183.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFECEF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 236 | 239 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.06 |
| HSL | 183.75º | 0.6% | 0.84% | - |
| HSV(B) | 183.75º | 0.2% | 0.94% | - |
| XYZ | 67.06 | 77.3 | 93.05 | - |
| YUV | 222.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 239 | 0.20 | 0.01 | 0 | 0.06 | 183.75 | 0.6 | 0.84 |
| Hex | BF | EC | EF | 14 | 1 | 0 | 6 | B8 | 3C | 54 |
| Octal | 277 | 354 | 357 | 24 | 1 | 0 | 6 | 270 | 74 | 124 |
| Binary | 10111111 | 11101100 | 11101111 | 10100 | 1 | 0 | 110 | 10111000 | 111100 | 1010100 |
Color Harmonies of #BFECEF
Complementary color
Monochromatic Colors of #BFECEF
Black with #BFECEF
Text Example
Text Example
White with #BFECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECEF; }
p { color: rgb(191,236,239); }
H1.HeaderClassName
{
color: #BFECEF;
}
.AnyTagClassName
{
color: #BFECEF;
}
</style>
background-color css
<style>
a { background-color: #BFECEF; }
a { background-color: rgb(191,236,239); }
div.DivClassName
{
background-color: #BFECEF;
}
.BgClassName
{
background-color: #BFECEF;
}
</style>
border-color css
<style>
span { border-color: #BFECEF; }
span { border-color: rgb(191,236,239); }
td.TdClassName
{
border-color: #BFECEF;
}
.TagClassName
{
border-color: #BFECEF;
}
</style>