Shades of Lavender Blue #C3BCFD
Tints of Lavender Blue #C3BCFD
RGB
CMYK
RGB Variations
Color information
#C3BCFD (or 0xC3BCFD) is known color: Lavender Blue. HEX triplet: C3, BC and FD. RGB value is (195,188,253). Sum of RGB (Red+Green+Blue) = 195+188+253=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCFD is #3C4302. Grayscale: #C5C5C5. Windows color (decimal): -3949315 or 16628931. OLE color: 16628931.
HSL color Cylindrical-coordinate representation of color #C3BCFD: hue angle of 246.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BCFD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 188 | 253 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.01 |
| HSL | 246.46º | 0.94% | 0.86% | - |
| HSV(B) | 246.46º | 0.26% | 0.99% | - |
| XYZ | 58.22 | 54.66 | 100.41 | - |
| YUV | 197.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 253 | 0.23 | 0.26 | 0 | 0.01 | 246.46 | 0.94 | 0.86 |
| Hex | C3 | BC | FD | 17 | 1A | 0 | 1 | F6 | 5E | 56 |
| Octal | 303 | 274 | 375 | 27 | 32 | 0 | 1 | 366 | 136 | 126 |
| Binary | 11000011 | 10111100 | 11111101 | 10111 | 11010 | 0 | 1 | 11110110 | 1011110 | 1010110 |
Color Harmonies of #C3BCFD
Complementary color
Monochromatic Colors of #C3BCFD
Black with #C3BCFD
Text Example
Text Example
White with #C3BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCFD; }
p { color: rgb(195,188,253); }
H1.HeaderClassName
{
color: #C3BCFD;
}
.AnyTagClassName
{
color: #C3BCFD;
}
</style>
background-color css
<style>
a { background-color: #C3BCFD; }
a { background-color: rgb(195,188,253); }
div.DivClassName
{
background-color: #C3BCFD;
}
.BgClassName
{
background-color: #C3BCFD;
}
</style>
border-color css
<style>
span { border-color: #C3BCFD; }
span { border-color: rgb(195,188,253); }
td.TdClassName
{
border-color: #C3BCFD;
}
.TagClassName
{
border-color: #C3BCFD;
}
</style>