Shades of Lavender Blue #C5BBFF
Tints of Lavender Blue #C5BBFF
RGB
CMYK
RGB Variations
Color information
#C5BBFF (or 0xC5BBFF) is known color: Lavender Blue. HEX triplet: C5, BB and FF. RGB value is (197,187,255). Sum of RGB (Red+Green+Blue) = 197+187+255=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFF is #3A4400. Grayscale: #C5C5C5. Windows color (decimal): -3818497 or 16759749. OLE color: 16759749.
HSL color Cylindrical-coordinate representation of color #C5BBFF: hue angle of 248.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5BBFF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 187 | 255 | - |
| CMYK | 0.23 | 0.27 | 0 | 0 |
| HSL | 248.82º | 1% | 0.87% | - |
| HSV(B) | 248.82º | 0.27% | 1% | - |
| XYZ | 58.85 | 54.63 | 102.05 | - |
| YUV | 197.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 255 | 0.23 | 0.27 | 0 | 0 | 248.82 | 1 | 0.87 |
| Hex | C5 | BB | FF | 17 | 1B | 0 | 0 | F9 | 64 | 57 |
| Octal | 305 | 273 | 377 | 27 | 33 | 0 | 0 | 371 | 144 | 127 |
| Binary | 11000101 | 10111011 | 11111111 | 10111 | 11011 | 0 | 0 | 11111001 | 1100100 | 1010111 |
Color Harmonies of #C5BBFF
Complementary color
Monochromatic Colors of #C5BBFF
Black with #C5BBFF
Text Example
Text Example
White with #C5BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBFF; }
p { color: rgb(197,187,255); }
H1.HeaderClassName
{
color: #C5BBFF;
}
.AnyTagClassName
{
color: #C5BBFF;
}
</style>
background-color css
<style>
a { background-color: #C5BBFF; }
a { background-color: rgb(197,187,255); }
div.DivClassName
{
background-color: #C5BBFF;
}
.BgClassName
{
background-color: #C5BBFF;
}
</style>
border-color css
<style>
span { border-color: #C5BBFF; }
span { border-color: rgb(197,187,255); }
td.TdClassName
{
border-color: #C5BBFF;
}
.TagClassName
{
border-color: #C5BBFF;
}
</style>