Shades of Lavender Blue #C3BCFF
Tints of Lavender Blue #C3BCFF
RGB
CMYK
RGB Variations
Color information
#C3BCFF (or 0xC3BCFF) is known color: Lavender Blue. HEX triplet: C3, BC and FF. RGB value is (195,188,255). Sum of RGB (Red+Green+Blue) = 195+188+255=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCFF is #3C4300. Grayscale: #C5C5C5. Windows color (decimal): -3949313 or 16760003. OLE color: 16760003.
HSL color Cylindrical-coordinate representation of color #C3BCFF: hue angle of 246.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BCFF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 188 | 255 | - |
| CMYK | 0.24 | 0.26 | 0 | 0 |
| HSL | 246.27º | 1% | 0.87% | - |
| HSV(B) | 246.27º | 0.26% | 1% | - |
| XYZ | 58.54 | 54.79 | 102.1 | - |
| YUV | 197.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 255 | 0.24 | 0.26 | 0 | 0 | 246.27 | 1 | 0.87 |
| Hex | C3 | BC | FF | 18 | 1A | 0 | 0 | F6 | 64 | 57 |
| Octal | 303 | 274 | 377 | 30 | 32 | 0 | 0 | 366 | 144 | 127 |
| Binary | 11000011 | 10111100 | 11111111 | 11000 | 11010 | 0 | 0 | 11110110 | 1100100 | 1010111 |
Color Harmonies of #C3BCFF
Complementary color
Monochromatic Colors of #C3BCFF
Black with #C3BCFF
Text Example
Text Example
White with #C3BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCFF; }
p { color: rgb(195,188,255); }
H1.HeaderClassName
{
color: #C3BCFF;
}
.AnyTagClassName
{
color: #C3BCFF;
}
</style>
background-color css
<style>
a { background-color: #C3BCFF; }
a { background-color: rgb(195,188,255); }
div.DivClassName
{
background-color: #C3BCFF;
}
.BgClassName
{
background-color: #C3BCFF;
}
</style>
border-color css
<style>
span { border-color: #C3BCFF; }
span { border-color: rgb(195,188,255); }
td.TdClassName
{
border-color: #C3BCFF;
}
.TagClassName
{
border-color: #C3BCFF;
}
</style>