Shades of Lavender Blue #C3BDF5
Tints of Lavender Blue #C3BDF5
RGB
CMYK
RGB Variations
Color information
#C3BDF5 (or 0xC3BDF5) is known color: Lavender Blue. HEX triplet: C3, BD and F5. RGB value is (195,189,245). Sum of RGB (Red+Green+Blue) = 195+189+245=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDF5 is #3C420A. Grayscale: #C4C4C4. Windows color (decimal): -3949067 or 16104899. OLE color: 16104899.
HSL color Cylindrical-coordinate representation of color #C3BDF5: hue angle of 246.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3BDF5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 189 | 245 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.04 |
| HSL | 246.43º | 0.74% | 0.85% | - |
| HSV(B) | 246.43º | 0.23% | 0.96% | - |
| XYZ | 57.18 | 54.59 | 93.91 | - |
| YUV | 197.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 245 | 0.20 | 0.23 | 0 | 0.04 | 246.43 | 0.74 | 0.85 |
| Hex | C3 | BD | F5 | 14 | 17 | 0 | 4 | F6 | 4A | 55 |
| Octal | 303 | 275 | 365 | 24 | 27 | 0 | 4 | 366 | 112 | 125 |
| Binary | 11000011 | 10111101 | 11110101 | 10100 | 10111 | 0 | 100 | 11110110 | 1001010 | 1010101 |
Color Harmonies of #C3BDF5
Complementary color
Monochromatic Colors of #C3BDF5
Black with #C3BDF5
Text Example
Text Example
White with #C3BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDF5; }
p { color: rgb(195,189,245); }
H1.HeaderClassName
{
color: #C3BDF5;
}
.AnyTagClassName
{
color: #C3BDF5;
}
</style>
background-color css
<style>
a { background-color: #C3BDF5; }
a { background-color: rgb(195,189,245); }
div.DivClassName
{
background-color: #C3BDF5;
}
.BgClassName
{
background-color: #C3BDF5;
}
</style>
border-color css
<style>
span { border-color: #C3BDF5; }
span { border-color: rgb(195,189,245); }
td.TdClassName
{
border-color: #C3BDF5;
}
.TagClassName
{
border-color: #C3BDF5;
}
</style>