Shades of Mabel #BFECEC
Tints of Mabel #BFECEC
RGB
CMYK
RGB Variations
Color information
#BFECEC (or 0xBFECEC) is known color: Mabel. HEX triplet: BF, EC and EC. RGB value is (191,236,236). Sum of RGB (Red+Green+Blue) = 191+236+236=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BFECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECEC is #401313. Grayscale: #DEDEDE. Windows color (decimal): -4199188 or 15527103. OLE color: 15527103.
HSL color Cylindrical-coordinate representation of color #BFECEC: hue angle of 180º degrees, saturation: 0.54, 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 #BFECEC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 236 | 236 | - |
CMYK | 0.19 | 0 | 0 | 0.07 |
HSL | 180º | 0.54% | 0.84% | - |
HSV(B) | 180º | 0.19% | 0.93% | - |
XYZ | 66.62 | 77.12 | 90.73 | - |
YUV | 222.55 | 135.59 | 105.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 236 | 236 | 0.19 | 0 | 0 | 0.07 | 180 | 0.54 | 0.84 |
Hex | BF | EC | EC | 13 | 0 | 0 | 7 | B4 | 36 | 54 |
Octal | 277 | 354 | 354 | 23 | 0 | 0 | 7 | 264 | 66 | 124 |
Binary | 10111111 | 11101100 | 11101100 | 10011 | 0 | 0 | 111 | 10110100 | 110110 | 1010100 |
Color Harmonies of #BFECEC
Complementary color
Monochromatic Colors of #BFECEC
Black with #BFECEC
Text Example
Text Example
White with #BFECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECEC; }
p { color: rgb(191,236,236); }
H1.HeaderClassName
{
color: #BFECEC;
}
.AnyTagClassName
{
color: #BFECEC;
}
</style>
background-color css
<style>
a { background-color: #BFECEC; }
a { background-color: rgb(191,236,236); }
div.DivClassName
{
background-color: #BFECEC;
}
.BgClassName
{
background-color: #BFECEC;
}
</style>
border-color css
<style>
span { border-color: #BFECEC; }
span { border-color: rgb(191,236,236); }
td.TdClassName
{
border-color: #BFECEC;
}
.TagClassName
{
border-color: #BFECEC;
}
</style>