Shades of Lavender Blue #C8BCFA
Tints of Lavender Blue #C8BCFA
RGB
CMYK
RGB Variations
Color information
#C8BCFA (or 0xC8BCFA) is known color: Lavender Blue. HEX triplet: C8, BC and FA. RGB value is (200,188,250). Sum of RGB (Red+Green+Blue) = 200+188+250=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCFA is #374305. Grayscale: #C6C6C6. Windows color (decimal): -3621638 or 16432328. OLE color: 16432328.
HSL color Cylindrical-coordinate representation of color #C8BCFA: hue angle of 251.61º degrees, saturation: 0.86, 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 #C8BCFA is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 188 | 250 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.02 |
| HSL | 251.61º | 0.86% | 0.86% | - |
| HSV(B) | 251.61º | 0.25% | 0.98% | - |
| XYZ | 59.06 | 55.15 | 97.97 | - |
| YUV | 198.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 250 | 0.2 | 0.25 | 0 | 0.02 | 251.61 | 0.86 | 0.86 |
| Hex | C8 | BC | FA | 14 | 19 | 0 | 2 | FC | 56 | 56 |
| Octal | 310 | 274 | 372 | 24 | 31 | 0 | 2 | 374 | 126 | 126 |
| Binary | 11001000 | 10111100 | 11111010 | 10100 | 11001 | 0 | 10 | 11111100 | 1010110 | 1010110 |
Color Harmonies of #C8BCFA
Complementary color
Monochromatic Colors of #C8BCFA
Black with #C8BCFA
Text Example
Text Example
White with #C8BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCFA; }
p { color: rgb(200,188,250); }
H1.HeaderClassName
{
color: #C8BCFA;
}
.AnyTagClassName
{
color: #C8BCFA;
}
</style>
background-color css
<style>
a { background-color: #C8BCFA; }
a { background-color: rgb(200,188,250); }
div.DivClassName
{
background-color: #C8BCFA;
}
.BgClassName
{
background-color: #C8BCFA;
}
</style>
border-color css
<style>
span { border-color: #C8BCFA; }
span { border-color: rgb(200,188,250); }
td.TdClassName
{
border-color: #C8BCFA;
}
.TagClassName
{
border-color: #C8BCFA;
}
</style>