Shades of Lavender Blue #C5BFFE
Tints of Lavender Blue #C5BFFE
RGB
CMYK
RGB Variations
Color information
#C5BFFE (or 0xC5BFFE) is known color: Lavender Blue. HEX triplet: C5, BF and FE. RGB value is (197,191,254). Sum of RGB (Red+Green+Blue) = 197+191+254=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFFE is #3A4001. Grayscale: #C7C7C7. Windows color (decimal): -3817474 or 16695237. OLE color: 16695237.
HSL color Cylindrical-coordinate representation of color #C5BFFE: hue angle of 245.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BFFE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 191 | 254 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.00 |
| HSL | 245.71º | 0.97% | 0.87% | - |
| HSV(B) | 245.71º | 0.25% | 1% | - |
| XYZ | 59.55 | 56.29 | 101.49 | - |
| YUV | 199.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 254 | 0.22 | 0.25 | 0 | 0.00 | 245.71 | 0.97 | 0.87 |
| Hex | C5 | BF | FE | 16 | 19 | 0 | 0 | F6 | 61 | 57 |
| Octal | 305 | 277 | 376 | 26 | 31 | 0 | 0 | 366 | 141 | 127 |
| Binary | 11000101 | 10111111 | 11111110 | 10110 | 11001 | 0 | 0 | 11110110 | 1100001 | 1010111 |
Color Harmonies of #C5BFFE
Complementary color
Monochromatic Colors of #C5BFFE
Black with #C5BFFE
Text Example
Text Example
White with #C5BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFFE; }
p { color: rgb(197,191,254); }
H1.HeaderClassName
{
color: #C5BFFE;
}
.AnyTagClassName
{
color: #C5BFFE;
}
</style>
background-color css
<style>
a { background-color: #C5BFFE; }
a { background-color: rgb(197,191,254); }
div.DivClassName
{
background-color: #C5BFFE;
}
.BgClassName
{
background-color: #C5BFFE;
}
</style>
border-color css
<style>
span { border-color: #C5BFFE; }
span { border-color: rgb(197,191,254); }
td.TdClassName
{
border-color: #C5BFFE;
}
.TagClassName
{
border-color: #C5BFFE;
}
</style>