Shades of Lavender Blue #C2B1FF
Tints of Lavender Blue #C2B1FF
RGB
CMYK
RGB Variations
Color information
#C2B1FF (or 0xC2B1FF) is known color: Lavender Blue. HEX triplet: C2, B1 and FF. RGB value is (194,177,255). Sum of RGB (Red+Green+Blue) = 194+177+255=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1FF is #3D4E00. Grayscale: #BEBEBE. Windows color (decimal): -4017665 or 16757186. OLE color: 16757186.
HSL color Cylindrical-coordinate representation of color #C2B1FF: hue angle of 253.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B1FF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 177 | 255 | - |
| CMYK | 0.24 | 0.31 | 0 | 0 |
| HSL | 253.08º | 1% | 0.85% | - |
| HSV(B) | 253.08º | 0.31% | 1% | - |
| XYZ | 56.02 | 50.13 | 101.33 | - |
| YUV | 190.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 255 | 0.24 | 0.31 | 0 | 0 | 253.08 | 1 | 0.85 |
| Hex | C2 | B1 | FF | 18 | 1F | 0 | 0 | FD | 64 | 55 |
| Octal | 302 | 261 | 377 | 30 | 37 | 0 | 0 | 375 | 144 | 125 |
| Binary | 11000010 | 10110001 | 11111111 | 11000 | 11111 | 0 | 0 | 11111101 | 1100100 | 1010101 |
Color Harmonies of #C2B1FF
Complementary color
Monochromatic Colors of #C2B1FF
Black with #C2B1FF
Text Example
Text Example
White with #C2B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1FF; }
p { color: rgb(194,177,255); }
H1.HeaderClassName
{
color: #C2B1FF;
}
.AnyTagClassName
{
color: #C2B1FF;
}
</style>
background-color css
<style>
a { background-color: #C2B1FF; }
a { background-color: rgb(194,177,255); }
div.DivClassName
{
background-color: #C2B1FF;
}
.BgClassName
{
background-color: #C2B1FF;
}
</style>
border-color css
<style>
span { border-color: #C2B1FF; }
span { border-color: rgb(194,177,255); }
td.TdClassName
{
border-color: #C2B1FF;
}
.TagClassName
{
border-color: #C2B1FF;
}
</style>