Shades of Lavender Blue #C8BCFB
Tints of Lavender Blue #C8BCFB
RGB
CMYK
RGB Variations
Color information
#C8BCFB (or 0xC8BCFB) is known color: Lavender Blue. HEX triplet: C8, BC and FB. RGB value is (200,188,251). Sum of RGB (Red+Green+Blue) = 200+188+251=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCFB is #374304. Grayscale: #C6C6C6. Windows color (decimal): -3621637 or 16497864. OLE color: 16497864.
HSL color Cylindrical-coordinate representation of color #C8BCFB: hue angle of 251.43º 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 #C8BCFB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 188 | 251 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.02 |
| HSL | 251.43º | 0.89% | 0.86% | - |
| HSV(B) | 251.43º | 0.25% | 0.98% | - |
| XYZ | 59.22 | 55.21 | 98.8 | - |
| YUV | 198.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 251 | 0.20 | 0.25 | 0 | 0.02 | 251.43 | 0.89 | 0.86 |
| Hex | C8 | BC | FB | 14 | 19 | 0 | 2 | FB | 59 | 56 |
| Octal | 310 | 274 | 373 | 24 | 31 | 0 | 2 | 373 | 131 | 126 |
| Binary | 11001000 | 10111100 | 11111011 | 10100 | 11001 | 0 | 10 | 11111011 | 1011001 | 1010110 |
Color Harmonies of #C8BCFB
Complementary color
Monochromatic Colors of #C8BCFB
Black with #C8BCFB
Text Example
Text Example
White with #C8BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCFB; }
p { color: rgb(200,188,251); }
H1.HeaderClassName
{
color: #C8BCFB;
}
.AnyTagClassName
{
color: #C8BCFB;
}
</style>
background-color css
<style>
a { background-color: #C8BCFB; }
a { background-color: rgb(200,188,251); }
div.DivClassName
{
background-color: #C8BCFB;
}
.BgClassName
{
background-color: #C8BCFB;
}
</style>
border-color css
<style>
span { border-color: #C8BCFB; }
span { border-color: rgb(200,188,251); }
td.TdClassName
{
border-color: #C8BCFB;
}
.TagClassName
{
border-color: #C8BCFB;
}
</style>