Shades of Lavender Blue #C8BCF7
Tints of Lavender Blue #C8BCF7
RGB
CMYK
RGB Variations
Color information
#C8BCF7 (or 0xC8BCF7) is known color: Lavender Blue. HEX triplet: C8, BC and F7. RGB value is (200,188,247). Sum of RGB (Red+Green+Blue) = 200+188+247=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8BCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF7 is #374308. Grayscale: #C6C6C6. Windows color (decimal): -3621641 or 16235720. OLE color: 16235720.
HSL color Cylindrical-coordinate representation of color #C8BCF7: hue angle of 252.2º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BCF7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 188 | 247 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.03 |
| HSL | 252.2º | 0.79% | 0.85% | - |
| HSV(B) | 252.2º | 0.24% | 0.97% | - |
| XYZ | 58.59 | 54.96 | 95.52 | - |
| YUV | 198.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 247 | 0.19 | 0.24 | 0 | 0.03 | 252.2 | 0.79 | 0.85 |
| Hex | C8 | BC | F7 | 13 | 18 | 0 | 3 | FC | 4F | 55 |
| Octal | 310 | 274 | 367 | 23 | 30 | 0 | 3 | 374 | 117 | 125 |
| Binary | 11001000 | 10111100 | 11110111 | 10011 | 11000 | 0 | 11 | 11111100 | 1001111 | 1010101 |
Color Harmonies of #C8BCF7
Complementary color
Monochromatic Colors of #C8BCF7
Black with #C8BCF7
Text Example
Text Example
White with #C8BCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCF7; }
p { color: rgb(200,188,247); }
H1.HeaderClassName
{
color: #C8BCF7;
}
.AnyTagClassName
{
color: #C8BCF7;
}
</style>
background-color css
<style>
a { background-color: #C8BCF7; }
a { background-color: rgb(200,188,247); }
div.DivClassName
{
background-color: #C8BCF7;
}
.BgClassName
{
background-color: #C8BCF7;
}
</style>
border-color css
<style>
span { border-color: #C8BCF7; }
span { border-color: rgb(200,188,247); }
td.TdClassName
{
border-color: #C8BCF7;
}
.TagClassName
{
border-color: #C8BCF7;
}
</style>