Shades of Lavender Blue #C6BFFE
Tints of Lavender Blue #C6BFFE
RGB
CMYK
RGB Variations
Color information
#C6BFFE (or 0xC6BFFE) is known color: Lavender Blue. HEX triplet: C6, BF and FE. RGB value is (198,191,254). Sum of RGB (Red+Green+Blue) = 198+191+254=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFFE is #394001. Grayscale: #C8C8C8. Windows color (decimal): -3751938 or 16695238. OLE color: 16695238.
HSL color Cylindrical-coordinate representation of color #C6BFFE: hue angle of 246.67º 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 #C6BFFE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 191 | 254 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.00 |
| HSL | 246.67º | 0.97% | 0.87% | - |
| HSV(B) | 246.67º | 0.25% | 1% | - |
| XYZ | 59.81 | 56.42 | 101.5 | - |
| YUV | 200.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 254 | 0.22 | 0.25 | 0 | 0.00 | 246.67 | 0.97 | 0.87 |
| Hex | C6 | BF | FE | 16 | 19 | 0 | 0 | F7 | 61 | 57 |
| Octal | 306 | 277 | 376 | 26 | 31 | 0 | 0 | 367 | 141 | 127 |
| Binary | 11000110 | 10111111 | 11111110 | 10110 | 11001 | 0 | 0 | 11110111 | 1100001 | 1010111 |
Color Harmonies of #C6BFFE
Complementary color
Monochromatic Colors of #C6BFFE
Black with #C6BFFE
Text Example
Text Example
White with #C6BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFFE; }
p { color: rgb(198,191,254); }
H1.HeaderClassName
{
color: #C6BFFE;
}
.AnyTagClassName
{
color: #C6BFFE;
}
</style>
background-color css
<style>
a { background-color: #C6BFFE; }
a { background-color: rgb(198,191,254); }
div.DivClassName
{
background-color: #C6BFFE;
}
.BgClassName
{
background-color: #C6BFFE;
}
</style>
border-color css
<style>
span { border-color: #C6BFFE; }
span { border-color: rgb(198,191,254); }
td.TdClassName
{
border-color: #C6BFFE;
}
.TagClassName
{
border-color: #C6BFFE;
}
</style>