Shades of Lavender Blue #C1BDF8
Tints of Lavender Blue #C1BDF8
RGB
CMYK
RGB Variations
Color information
#C1BDF8 (or 0xC1BDF8) is known color: Lavender Blue. HEX triplet: C1, BD and F8. RGB value is (193,189,248). Sum of RGB (Red+Green+Blue) = 193+189+248=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDF8 is #3E4207. Grayscale: #C4C4C4. Windows color (decimal): -4080136 or 16301505. OLE color: 16301505.
HSL color Cylindrical-coordinate representation of color #C1BDF8: hue angle of 244.07º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BDF8 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 189 | 248 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.03 |
| HSL | 244.07º | 0.81% | 0.86% | - |
| HSV(B) | 244.07º | 0.24% | 0.97% | - |
| XYZ | 57.13 | 54.51 | 96.32 | - |
| YUV | 196.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 248 | 0.22 | 0.24 | 0 | 0.03 | 244.07 | 0.81 | 0.86 |
| Hex | C1 | BD | F8 | 16 | 18 | 0 | 3 | F4 | 51 | 56 |
| Octal | 301 | 275 | 370 | 26 | 30 | 0 | 3 | 364 | 121 | 126 |
| Binary | 11000001 | 10111101 | 11111000 | 10110 | 11000 | 0 | 11 | 11110100 | 1010001 | 1010110 |
Color Harmonies of #C1BDF8
Complementary color
Monochromatic Colors of #C1BDF8
Black with #C1BDF8
Text Example
Text Example
White with #C1BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDF8; }
p { color: rgb(193,189,248); }
H1.HeaderClassName
{
color: #C1BDF8;
}
.AnyTagClassName
{
color: #C1BDF8;
}
</style>
background-color css
<style>
a { background-color: #C1BDF8; }
a { background-color: rgb(193,189,248); }
div.DivClassName
{
background-color: #C1BDF8;
}
.BgClassName
{
background-color: #C1BDF8;
}
</style>
border-color css
<style>
span { border-color: #C1BDF8; }
span { border-color: rgb(193,189,248); }
td.TdClassName
{
border-color: #C1BDF8;
}
.TagClassName
{
border-color: #C1BDF8;
}
</style>