Shades of Onahau #BFECED
Tints of Onahau #BFECED
RGB
CMYK
RGB Variations
Color information
#BFECED (or 0xBFECED) is known color: Onahau. HEX triplet: BF, EC and ED. RGB value is (191,236,237). Sum of RGB (Red+Green+Blue) = 191+236+237=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECED is #401312. Grayscale: #DEDEDE. Windows color (decimal): -4199187 or 15592639. OLE color: 15592639.
HSL color Cylindrical-coordinate representation of color #BFECED: hue angle of 181.3º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECED is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 237 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.07 |
| HSL | 181.3º | 0.56% | 0.84% | - |
| HSV(B) | 181.3º | 0.19% | 0.93% | - |
| XYZ | 66.77 | 77.18 | 91.5 | - |
| YUV | 222.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 237 | 0.19 | 0.00 | 0 | 0.07 | 181.3 | 0.56 | 0.84 |
| Hex | BF | EC | ED | 13 | 0 | 0 | 7 | B5 | 38 | 54 |
| Octal | 277 | 354 | 355 | 23 | 0 | 0 | 7 | 265 | 70 | 124 |
| Binary | 10111111 | 11101100 | 11101101 | 10011 | 0 | 0 | 111 | 10110101 | 111000 | 1010100 |
Color Harmonies of #BFECED
Complementary color
Monochromatic Colors of #BFECED
Black with #BFECED
Text Example
Text Example
White with #BFECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECED; }
p { color: rgb(191,236,237); }
H1.HeaderClassName
{
color: #BFECED;
}
.AnyTagClassName
{
color: #BFECED;
}
</style>
background-color css
<style>
a { background-color: #BFECED; }
a { background-color: rgb(191,236,237); }
div.DivClassName
{
background-color: #BFECED;
}
.BgClassName
{
background-color: #BFECED;
}
</style>
border-color css
<style>
span { border-color: #BFECED; }
span { border-color: rgb(191,236,237); }
td.TdClassName
{
border-color: #BFECED;
}
.TagClassName
{
border-color: #BFECED;
}
</style>