Shades of Lavender Blue #C8BFFA
Tints of Lavender Blue #C8BFFA
RGB
CMYK
RGB Variations
Color information
#C8BFFA (or 0xC8BFFA) is known color: Lavender Blue. HEX triplet: C8, BF and FA. RGB value is (200,191,250). Sum of RGB (Red+Green+Blue) = 200+191+250=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFFA is #374005. Grayscale: #C8C8C8. Windows color (decimal): -3620870 or 16433096. OLE color: 16433096.
HSL color Cylindrical-coordinate representation of color #C8BFFA: hue angle of 249.15º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BFFA is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 191 | 250 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.02 |
| HSL | 249.15º | 0.86% | 0.86% | - |
| HSV(B) | 249.15º | 0.24% | 0.98% | - |
| XYZ | 59.71 | 56.44 | 98.19 | - |
| YUV | 200.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 250 | 0.2 | 0.24 | 0 | 0.02 | 249.15 | 0.86 | 0.86 |
| Hex | C8 | BF | FA | 14 | 18 | 0 | 2 | F9 | 56 | 56 |
| Octal | 310 | 277 | 372 | 24 | 30 | 0 | 2 | 371 | 126 | 126 |
| Binary | 11001000 | 10111111 | 11111010 | 10100 | 11000 | 0 | 10 | 11111001 | 1010110 | 1010110 |
Color Harmonies of #C8BFFA
Complementary color
Monochromatic Colors of #C8BFFA
Black with #C8BFFA
Text Example
Text Example
White with #C8BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFFA; }
p { color: rgb(200,191,250); }
H1.HeaderClassName
{
color: #C8BFFA;
}
.AnyTagClassName
{
color: #C8BFFA;
}
</style>
background-color css
<style>
a { background-color: #C8BFFA; }
a { background-color: rgb(200,191,250); }
div.DivClassName
{
background-color: #C8BFFA;
}
.BgClassName
{
background-color: #C8BFFA;
}
</style>
border-color css
<style>
span { border-color: #C8BFFA; }
span { border-color: rgb(200,191,250); }
td.TdClassName
{
border-color: #C8BFFA;
}
.TagClassName
{
border-color: #C8BFFA;
}
</style>