Shades of Lola #C4BFC4
Tints of Lola #C4BFC4
RGB
CMYK
RGB Variations
Color information
#C4BFC4 (or 0xC4BFC4) is known color: Lola. HEX triplet: C4, BF and C4. RGB value is (196,191,196). Sum of RGB (Red+Green+Blue) = 196+191+196=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C4BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFC4 is #3B403B. Grayscale: #C1C1C1. Windows color (decimal): -3883068 or 12894148. OLE color: 12894148.
HSL color Cylindrical-coordinate representation of color #C4BFC4: hue angle of 300º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BFC4 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 191 | 196 | - |
CMYK | 0 | 0.03 | 0 | 0.23 |
HSL | 300º | 0.04% | 0.76% | - |
HSV(B) | 300º | 0.03% | 0.77% | - |
XYZ | 51.36 | 52.98 | 59.74 | - |
YUV | 193.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 191 | 196 | 0 | 0.03 | 0 | 0.23 | 300 | 0.04 | 0.76 |
Hex | C4 | BF | C4 | 0 | 3 | 0 | 17 | 12C | 4 | 4C |
Octal | 304 | 277 | 304 | 0 | 3 | 0 | 27 | 454 | 4 | 114 |
Binary | 11000100 | 10111111 | 11000100 | 0 | 11 | 0 | 10111 | 100101100 | 100 | 1001100 |
Color Harmonies of #C4BFC4
Complementary color
Monochromatic Colors of #C4BFC4
Black with #C4BFC4
Text Example
Text Example
White with #C4BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFC4; }
p { color: rgb(196,191,196); }
H1.HeaderClassName
{
color: #C4BFC4;
}
.AnyTagClassName
{
color: #C4BFC4;
}
</style>
background-color css
<style>
a { background-color: #C4BFC4; }
a { background-color: rgb(196,191,196); }
div.DivClassName
{
background-color: #C4BFC4;
}
.BgClassName
{
background-color: #C4BFC4;
}
</style>
border-color css
<style>
span { border-color: #C4BFC4; }
span { border-color: rgb(196,191,196); }
td.TdClassName
{
border-color: #C4BFC4;
}
.TagClassName
{
border-color: #C4BFC4;
}
</style>