Shades of Lavender Blue #C3BFF5
Tints of Lavender Blue #C3BFF5
RGB
CMYK
RGB Variations
Color information
#C3BFF5 (or 0xC3BFF5) is known color: Lavender Blue. HEX triplet: C3, BF and F5. RGB value is (195,191,245). Sum of RGB (Red+Green+Blue) = 195+191+245=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3BFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFF5 is #3C400A. Grayscale: #C6C6C6. Windows color (decimal): -3948555 or 16105411. OLE color: 16105411.
HSL color Cylindrical-coordinate representation of color #C3BFF5: hue angle of 244.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BFF5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 191 | 245 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.04 |
| HSL | 244.44º | 0.73% | 0.85% | - |
| HSV(B) | 244.44º | 0.22% | 0.96% | - |
| XYZ | 57.62 | 55.46 | 94.05 | - |
| YUV | 198.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 245 | 0.20 | 0.22 | 0 | 0.04 | 244.44 | 0.73 | 0.85 |
| Hex | C3 | BF | F5 | 14 | 16 | 0 | 4 | F4 | 49 | 55 |
| Octal | 303 | 277 | 365 | 24 | 26 | 0 | 4 | 364 | 111 | 125 |
| Binary | 11000011 | 10111111 | 11110101 | 10100 | 10110 | 0 | 100 | 11110100 | 1001001 | 1010101 |
Color Harmonies of #C3BFF5
Complementary color
Monochromatic Colors of #C3BFF5
Black with #C3BFF5
Text Example
Text Example
White with #C3BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFF5; }
p { color: rgb(195,191,245); }
H1.HeaderClassName
{
color: #C3BFF5;
}
.AnyTagClassName
{
color: #C3BFF5;
}
</style>
background-color css
<style>
a { background-color: #C3BFF5; }
a { background-color: rgb(195,191,245); }
div.DivClassName
{
background-color: #C3BFF5;
}
.BgClassName
{
background-color: #C3BFF5;
}
</style>
border-color css
<style>
span { border-color: #C3BFF5; }
span { border-color: rgb(195,191,245); }
td.TdClassName
{
border-color: #C3BFF5;
}
.TagClassName
{
border-color: #C3BFF5;
}
</style>