Shades of Lavender Blue #C1BBF3
Tints of Lavender Blue #C1BBF3
RGB
CMYK
RGB Variations
Color information
#C1BBF3 (or 0xC1BBF3) is known color: Lavender Blue. HEX triplet: C1, BB and F3. RGB value is (193,187,243). Sum of RGB (Red+Green+Blue) = 193+187+243=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBF3 is #3E440C. Grayscale: #C2C2C2. Windows color (decimal): -4080653 or 15973313. OLE color: 15973313.
HSL color Cylindrical-coordinate representation of color #C1BBF3: hue angle of 246.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BBF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 187 | 243 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 246.43º | 0.7% | 0.84% | - |
| HSV(B) | 246.43º | 0.23% | 0.95% | - |
| XYZ | 55.94 | 53.35 | 92.14 | - |
| YUV | 195.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 243 | 0.21 | 0.23 | 0 | 0.05 | 246.43 | 0.7 | 0.84 |
| Hex | C1 | BB | F3 | 15 | 17 | 0 | 5 | F6 | 46 | 54 |
| Octal | 301 | 273 | 363 | 25 | 27 | 0 | 5 | 366 | 106 | 124 |
| Binary | 11000001 | 10111011 | 11110011 | 10101 | 10111 | 0 | 101 | 11110110 | 1000110 | 1010100 |
Color Harmonies of #C1BBF3
Complementary color
Monochromatic Colors of #C1BBF3
Black with #C1BBF3
Text Example
Text Example
White with #C1BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBF3; }
p { color: rgb(193,187,243); }
H1.HeaderClassName
{
color: #C1BBF3;
}
.AnyTagClassName
{
color: #C1BBF3;
}
</style>
background-color css
<style>
a { background-color: #C1BBF3; }
a { background-color: rgb(193,187,243); }
div.DivClassName
{
background-color: #C1BBF3;
}
.BgClassName
{
background-color: #C1BBF3;
}
</style>
border-color css
<style>
span { border-color: #C1BBF3; }
span { border-color: rgb(193,187,243); }
td.TdClassName
{
border-color: #C1BBF3;
}
.TagClassName
{
border-color: #C1BBF3;
}
</style>