Shades of Lavender Blue #C5BBFE
Tints of Lavender Blue #C5BBFE
RGB
CMYK
RGB Variations
Color information
#C5BBFE (or 0xC5BBFE) is known color: Lavender Blue. HEX triplet: C5, BB and FE. RGB value is (197,187,254). Sum of RGB (Red+Green+Blue) = 197+187+254=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFE is #3A4401. Grayscale: #C5C5C5. Windows color (decimal): -3818498 or 16694213. OLE color: 16694213.
HSL color Cylindrical-coordinate representation of color #C5BBFE: hue angle of 248.96º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BBFE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 187 | 254 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.00 |
| HSL | 248.96º | 0.97% | 0.86% | - |
| HSV(B) | 248.96º | 0.26% | 1% | - |
| XYZ | 58.69 | 54.57 | 101.21 | - |
| YUV | 197.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 254 | 0.22 | 0.26 | 0 | 0.00 | 248.96 | 0.97 | 0.86 |
| Hex | C5 | BB | FE | 16 | 1A | 0 | 0 | F9 | 61 | 56 |
| Octal | 305 | 273 | 376 | 26 | 32 | 0 | 0 | 371 | 141 | 126 |
| Binary | 11000101 | 10111011 | 11111110 | 10110 | 11010 | 0 | 0 | 11111001 | 1100001 | 1010110 |
Color Harmonies of #C5BBFE
Complementary color
Monochromatic Colors of #C5BBFE
Black with #C5BBFE
Text Example
Text Example
White with #C5BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBFE; }
p { color: rgb(197,187,254); }
H1.HeaderClassName
{
color: #C5BBFE;
}
.AnyTagClassName
{
color: #C5BBFE;
}
</style>
background-color css
<style>
a { background-color: #C5BBFE; }
a { background-color: rgb(197,187,254); }
div.DivClassName
{
background-color: #C5BBFE;
}
.BgClassName
{
background-color: #C5BBFE;
}
</style>
border-color css
<style>
span { border-color: #C5BBFE; }
span { border-color: rgb(197,187,254); }
td.TdClassName
{
border-color: #C5BBFE;
}
.TagClassName
{
border-color: #C5BBFE;
}
</style>