Shades of Lavender Blue #C5B2FF
Tints of Lavender Blue #C5B2FF
RGB
CMYK
RGB Variations
Color information
#C5B2FF (or 0xC5B2FF) is known color: Lavender Blue. HEX triplet: C5, B2 and FF. RGB value is (197,178,255). Sum of RGB (Red+Green+Blue) = 197+178+255=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2FF is #3A4D00. Grayscale: #C0C0C0. Windows color (decimal): -3820801 or 16757445. OLE color: 16757445.
HSL color Cylindrical-coordinate representation of color #C5B2FF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B2FF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 178 | 255 | - |
| CMYK | 0.23 | 0.30 | 0 | 0 |
| HSL | 254.81º | 1% | 0.85% | - |
| HSV(B) | 254.81º | 0.3% | 1% | - |
| XYZ | 57 | 50.93 | 101.43 | - |
| YUV | 192.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 255 | 0.23 | 0.30 | 0 | 0 | 254.81 | 1 | 0.85 |
| Hex | C5 | B2 | FF | 17 | 1E | 0 | 0 | FF | 64 | 55 |
| Octal | 305 | 262 | 377 | 27 | 36 | 0 | 0 | 377 | 144 | 125 |
| Binary | 11000101 | 10110010 | 11111111 | 10111 | 11110 | 0 | 0 | 11111111 | 1100100 | 1010101 |
Color Harmonies of #C5B2FF
Complementary color
Monochromatic Colors of #C5B2FF
Black with #C5B2FF
Text Example
Text Example
White with #C5B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2FF; }
p { color: rgb(197,178,255); }
H1.HeaderClassName
{
color: #C5B2FF;
}
.AnyTagClassName
{
color: #C5B2FF;
}
</style>
background-color css
<style>
a { background-color: #C5B2FF; }
a { background-color: rgb(197,178,255); }
div.DivClassName
{
background-color: #C5B2FF;
}
.BgClassName
{
background-color: #C5B2FF;
}
</style>
border-color css
<style>
span { border-color: #C5B2FF; }
span { border-color: rgb(197,178,255); }
td.TdClassName
{
border-color: #C5B2FF;
}
.TagClassName
{
border-color: #C5B2FF;
}
</style>