Shades of Lavender Blue #C3BCFC
Tints of Lavender Blue #C3BCFC
RGB
CMYK
RGB Variations
Color information
#C3BCFC (or 0xC3BCFC) is known color: Lavender Blue. HEX triplet: C3, BC and FC. RGB value is (195,188,252). Sum of RGB (Red+Green+Blue) = 195+188+252=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCFC is #3C4303. Grayscale: #C5C5C5. Windows color (decimal): -3949316 or 16563395. OLE color: 16563395.
HSL color Cylindrical-coordinate representation of color #C3BCFC: hue angle of 246.56º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BCFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 188 | 252 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.01 |
| HSL | 246.56º | 0.91% | 0.86% | - |
| HSV(B) | 246.56º | 0.25% | 0.99% | - |
| XYZ | 58.06 | 54.6 | 99.57 | - |
| YUV | 197.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 252 | 0.23 | 0.25 | 0 | 0.01 | 246.56 | 0.91 | 0.86 |
| Hex | C3 | BC | FC | 17 | 19 | 0 | 1 | F7 | 5B | 56 |
| Octal | 303 | 274 | 374 | 27 | 31 | 0 | 1 | 367 | 133 | 126 |
| Binary | 11000011 | 10111100 | 11111100 | 10111 | 11001 | 0 | 1 | 11110111 | 1011011 | 1010110 |
Color Harmonies of #C3BCFC
Complementary color
Monochromatic Colors of #C3BCFC
Black with #C3BCFC
Text Example
Text Example
White with #C3BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCFC; }
p { color: rgb(195,188,252); }
H1.HeaderClassName
{
color: #C3BCFC;
}
.AnyTagClassName
{
color: #C3BCFC;
}
</style>
background-color css
<style>
a { background-color: #C3BCFC; }
a { background-color: rgb(195,188,252); }
div.DivClassName
{
background-color: #C3BCFC;
}
.BgClassName
{
background-color: #C3BCFC;
}
</style>
border-color css
<style>
span { border-color: #C3BCFC; }
span { border-color: rgb(195,188,252); }
td.TdClassName
{
border-color: #C3BCFC;
}
.TagClassName
{
border-color: #C3BCFC;
}
</style>