Shades of Lavender Blue #C3BFF3
Tints of Lavender Blue #C3BFF3
RGB
CMYK
RGB Variations
Color information
#C3BFF3 (or 0xC3BFF3) is known color: Lavender Blue. HEX triplet: C3, BF and F3. RGB value is (195,191,243). Sum of RGB (Red+Green+Blue) = 195+191+243=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFF3 is #3C400C. Grayscale: #C5C5C5. Windows color (decimal): -3948557 or 15974339. OLE color: 15974339.
HSL color Cylindrical-coordinate representation of color #C3BFF3: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BFF3 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 191 | 243 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.05 |
| HSL | 244.62º | 0.68% | 0.85% | - |
| HSV(B) | 244.62º | 0.21% | 0.95% | - |
| XYZ | 57.31 | 55.33 | 92.45 | - |
| YUV | 198.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 243 | 0.20 | 0.21 | 0 | 0.05 | 244.62 | 0.68 | 0.85 |
| Hex | C3 | BF | F3 | 14 | 15 | 0 | 5 | F5 | 44 | 55 |
| Octal | 303 | 277 | 363 | 24 | 25 | 0 | 5 | 365 | 104 | 125 |
| Binary | 11000011 | 10111111 | 11110011 | 10100 | 10101 | 0 | 101 | 11110101 | 1000100 | 1010101 |
Color Harmonies of #C3BFF3
Complementary color
Monochromatic Colors of #C3BFF3
Black with #C3BFF3
Text Example
Text Example
White with #C3BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFF3; }
p { color: rgb(195,191,243); }
H1.HeaderClassName
{
color: #C3BFF3;
}
.AnyTagClassName
{
color: #C3BFF3;
}
</style>
background-color css
<style>
a { background-color: #C3BFF3; }
a { background-color: rgb(195,191,243); }
div.DivClassName
{
background-color: #C3BFF3;
}
.BgClassName
{
background-color: #C3BFF3;
}
</style>
border-color css
<style>
span { border-color: #C3BFF3; }
span { border-color: rgb(195,191,243); }
td.TdClassName
{
border-color: #C3BFF3;
}
.TagClassName
{
border-color: #C3BFF3;
}
</style>