Shades of Lavender Blue #C1BDFC
Tints of Lavender Blue #C1BDFC
RGB
CMYK
RGB Variations
Color information
#C1BDFC (or 0xC1BDFC) is known color: Lavender Blue. HEX triplet: C1, BD and FC. RGB value is (193,189,252). Sum of RGB (Red+Green+Blue) = 193+189+252=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFC is #3E4203. Grayscale: #C5C5C5. Windows color (decimal): -4080132 or 16563649. OLE color: 16563649.
HSL color Cylindrical-coordinate representation of color #C1BDFC: hue angle of 243.81º 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 #C1BDFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 189 | 252 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.01 |
| HSL | 243.81º | 0.91% | 0.86% | - |
| HSV(B) | 243.81º | 0.25% | 0.99% | - |
| XYZ | 57.76 | 54.76 | 99.62 | - |
| YUV | 197.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 252 | 0.23 | 0.25 | 0 | 0.01 | 243.81 | 0.91 | 0.86 |
| Hex | C1 | BD | FC | 17 | 19 | 0 | 1 | F4 | 5B | 56 |
| Octal | 301 | 275 | 374 | 27 | 31 | 0 | 1 | 364 | 133 | 126 |
| Binary | 11000001 | 10111101 | 11111100 | 10111 | 11001 | 0 | 1 | 11110100 | 1011011 | 1010110 |
Color Harmonies of #C1BDFC
Complementary color
Monochromatic Colors of #C1BDFC
Black with #C1BDFC
Text Example
Text Example
White with #C1BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDFC; }
p { color: rgb(193,189,252); }
H1.HeaderClassName
{
color: #C1BDFC;
}
.AnyTagClassName
{
color: #C1BDFC;
}
</style>
background-color css
<style>
a { background-color: #C1BDFC; }
a { background-color: rgb(193,189,252); }
div.DivClassName
{
background-color: #C1BDFC;
}
.BgClassName
{
background-color: #C1BDFC;
}
</style>
border-color css
<style>
span { border-color: #C1BDFC; }
span { border-color: rgb(193,189,252); }
td.TdClassName
{
border-color: #C1BDFC;
}
.TagClassName
{
border-color: #C1BDFC;
}
</style>