Shades of Lavender Blue #C5BBF6
Tints of Lavender Blue #C5BBF6
RGB
CMYK
RGB Variations
Color information
#C5BBF6 (or 0xC5BBF6) is known color: Lavender Blue. HEX triplet: C5, BB and F6. RGB value is (197,187,246). Sum of RGB (Red+Green+Blue) = 197+187+246=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF6 is #3A4409. Grayscale: #C4C4C4. Windows color (decimal): -3818506 or 16169925. OLE color: 16169925.
HSL color Cylindrical-coordinate representation of color #C5BBF6: hue angle of 250.17º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BBF6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 187 | 246 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 250.17º | 0.77% | 0.85% | - |
| HSV(B) | 250.17º | 0.24% | 0.96% | - |
| XYZ | 57.43 | 54.06 | 94.6 | - |
| YUV | 196.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 246 | 0.20 | 0.24 | 0 | 0.04 | 250.17 | 0.77 | 0.85 |
| Hex | C5 | BB | F6 | 14 | 18 | 0 | 4 | FA | 4D | 55 |
| Octal | 305 | 273 | 366 | 24 | 30 | 0 | 4 | 372 | 115 | 125 |
| Binary | 11000101 | 10111011 | 11110110 | 10100 | 11000 | 0 | 100 | 11111010 | 1001101 | 1010101 |
Color Harmonies of #C5BBF6
Complementary color
Monochromatic Colors of #C5BBF6
Black with #C5BBF6
Text Example
Text Example
White with #C5BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBF6; }
p { color: rgb(197,187,246); }
H1.HeaderClassName
{
color: #C5BBF6;
}
.AnyTagClassName
{
color: #C5BBF6;
}
</style>
background-color css
<style>
a { background-color: #C5BBF6; }
a { background-color: rgb(197,187,246); }
div.DivClassName
{
background-color: #C5BBF6;
}
.BgClassName
{
background-color: #C5BBF6;
}
</style>
border-color css
<style>
span { border-color: #C5BBF6; }
span { border-color: rgb(197,187,246); }
td.TdClassName
{
border-color: #C5BBF6;
}
.TagClassName
{
border-color: #C5BBF6;
}
</style>