Shades of Lavender Blue #C0BBFB
Tints of Lavender Blue #C0BBFB
RGB
CMYK
RGB Variations
Color information
#C0BBFB (or 0xC0BBFB) is known color: Lavender Blue. HEX triplet: C0, BB and FB. RGB value is (192,187,251). Sum of RGB (Red+Green+Blue) = 192+187+251=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFB is #3F4404. Grayscale: #C3C3C3. Windows color (decimal): -4146181 or 16497600. OLE color: 16497600.
HSL color Cylindrical-coordinate representation of color #C0BBFB: hue angle of 244.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BBFB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 187 | 251 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.02 |
| HSL | 244.69º | 0.89% | 0.86% | - |
| HSV(B) | 244.69º | 0.25% | 0.98% | - |
| XYZ | 56.92 | 53.71 | 98.63 | - |
| YUV | 195.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 251 | 0.24 | 0.25 | 0 | 0.02 | 244.69 | 0.89 | 0.86 |
| Hex | C0 | BB | FB | 18 | 19 | 0 | 2 | F5 | 59 | 56 |
| Octal | 300 | 273 | 373 | 30 | 31 | 0 | 2 | 365 | 131 | 126 |
| Binary | 11000000 | 10111011 | 11111011 | 11000 | 11001 | 0 | 10 | 11110101 | 1011001 | 1010110 |
Color Harmonies of #C0BBFB
Complementary color
Monochromatic Colors of #C0BBFB
Black with #C0BBFB
Text Example
Text Example
White with #C0BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBFB; }
p { color: rgb(192,187,251); }
H1.HeaderClassName
{
color: #C0BBFB;
}
.AnyTagClassName
{
color: #C0BBFB;
}
</style>
background-color css
<style>
a { background-color: #C0BBFB; }
a { background-color: rgb(192,187,251); }
div.DivClassName
{
background-color: #C0BBFB;
}
.BgClassName
{
background-color: #C0BBFB;
}
</style>
border-color css
<style>
span { border-color: #C0BBFB; }
span { border-color: rgb(192,187,251); }
td.TdClassName
{
border-color: #C0BBFB;
}
.TagClassName
{
border-color: #C0BBFB;
}
</style>