Shades of Lavender Blue #C8BCFC
Tints of Lavender Blue #C8BCFC
RGB
CMYK
RGB Variations
Color information
#C8BCFC (or 0xC8BCFC) is known color: Lavender Blue. HEX triplet: C8, BC and FC. RGB value is (200,188,252). Sum of RGB (Red+Green+Blue) = 200+188+252=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCFC is #374303. Grayscale: #C6C6C6. Windows color (decimal): -3621636 or 16563400. OLE color: 16563400.
HSL color Cylindrical-coordinate representation of color #C8BCFC: hue angle of 251.25º 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 #C8BCFC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 188 | 252 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.01 |
| HSL | 251.25º | 0.91% | 0.86% | - |
| HSV(B) | 251.25º | 0.25% | 0.99% | - |
| XYZ | 59.37 | 55.27 | 99.64 | - |
| YUV | 198.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 252 | 0.21 | 0.25 | 0 | 0.01 | 251.25 | 0.91 | 0.86 |
| Hex | C8 | BC | FC | 15 | 19 | 0 | 1 | FB | 5B | 56 |
| Octal | 310 | 274 | 374 | 25 | 31 | 0 | 1 | 373 | 133 | 126 |
| Binary | 11001000 | 10111100 | 11111100 | 10101 | 11001 | 0 | 1 | 11111011 | 1011011 | 1010110 |
Color Harmonies of #C8BCFC
Complementary color
Monochromatic Colors of #C8BCFC
Black with #C8BCFC
Text Example
Text Example
White with #C8BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCFC; }
p { color: rgb(200,188,252); }
H1.HeaderClassName
{
color: #C8BCFC;
}
.AnyTagClassName
{
color: #C8BCFC;
}
</style>
background-color css
<style>
a { background-color: #C8BCFC; }
a { background-color: rgb(200,188,252); }
div.DivClassName
{
background-color: #C8BCFC;
}
.BgClassName
{
background-color: #C8BCFC;
}
</style>
border-color css
<style>
span { border-color: #C8BCFC; }
span { border-color: rgb(200,188,252); }
td.TdClassName
{
border-color: #C8BCFC;
}
.TagClassName
{
border-color: #C8BCFC;
}
</style>