Shades of Lavender Blue #C8BFFC
Tints of Lavender Blue #C8BFFC
RGB
CMYK
RGB Variations
Color information
#C8BFFC (or 0xC8BFFC) is known color: Lavender Blue. HEX triplet: C8, BF and FC. RGB value is (200,191,252). Sum of RGB (Red+Green+Blue) = 200+191+252=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFFC is #374003. Grayscale: #C8C8C8. Windows color (decimal): -3620868 or 16564168. OLE color: 16564168.
HSL color Cylindrical-coordinate representation of color #C8BFFC: hue angle of 248.85º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BFFC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 191 | 252 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.01 |
| HSL | 248.85º | 0.91% | 0.87% | - |
| HSV(B) | 248.85º | 0.24% | 0.99% | - |
| XYZ | 60.02 | 56.57 | 99.85 | - |
| YUV | 200.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 252 | 0.21 | 0.24 | 0 | 0.01 | 248.85 | 0.91 | 0.87 |
| Hex | C8 | BF | FC | 15 | 18 | 0 | 1 | F9 | 5B | 57 |
| Octal | 310 | 277 | 374 | 25 | 30 | 0 | 1 | 371 | 133 | 127 |
| Binary | 11001000 | 10111111 | 11111100 | 10101 | 11000 | 0 | 1 | 11111001 | 1011011 | 1010111 |
Color Harmonies of #C8BFFC
Complementary color
Monochromatic Colors of #C8BFFC
Black with #C8BFFC
Text Example
Text Example
White with #C8BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFFC; }
p { color: rgb(200,191,252); }
H1.HeaderClassName
{
color: #C8BFFC;
}
.AnyTagClassName
{
color: #C8BFFC;
}
</style>
background-color css
<style>
a { background-color: #C8BFFC; }
a { background-color: rgb(200,191,252); }
div.DivClassName
{
background-color: #C8BFFC;
}
.BgClassName
{
background-color: #C8BFFC;
}
</style>
border-color css
<style>
span { border-color: #C8BFFC; }
span { border-color: rgb(200,191,252); }
td.TdClassName
{
border-color: #C8BFFC;
}
.TagClassName
{
border-color: #C8BFFC;
}
</style>