Shades of Lavender Blue #C7BCF5
Tints of Lavender Blue #C7BCF5
RGB
CMYK
RGB Variations
Color information
#C7BCF5 (or 0xC7BCF5) is known color: Lavender Blue. HEX triplet: C7, BC and F5. RGB value is (199,188,245). Sum of RGB (Red+Green+Blue) = 199+188+245=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #C7BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF5 is #38430A. Grayscale: #C5C5C5. Windows color (decimal): -3687179 or 16104647. OLE color: 16104647.
HSL color Cylindrical-coordinate representation of color #C7BCF5: hue angle of 251.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BCF5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 188 | 245 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.04 |
| HSL | 251.58º | 0.74% | 0.85% | - |
| HSV(B) | 251.58º | 0.23% | 0.96% | - |
| XYZ | 58.02 | 54.7 | 93.89 | - |
| YUV | 197.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 245 | 0.19 | 0.23 | 0 | 0.04 | 251.58 | 0.74 | 0.85 |
| Hex | C7 | BC | F5 | 13 | 17 | 0 | 4 | FC | 4A | 55 |
| Octal | 307 | 274 | 365 | 23 | 27 | 0 | 4 | 374 | 112 | 125 |
| Binary | 11000111 | 10111100 | 11110101 | 10011 | 10111 | 0 | 100 | 11111100 | 1001010 | 1010101 |
Color Harmonies of #C7BCF5
Complementary color
Monochromatic Colors of #C7BCF5
Black with #C7BCF5
Text Example
Text Example
White with #C7BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCF5; }
p { color: rgb(199,188,245); }
H1.HeaderClassName
{
color: #C7BCF5;
}
.AnyTagClassName
{
color: #C7BCF5;
}
</style>
background-color css
<style>
a { background-color: #C7BCF5; }
a { background-color: rgb(199,188,245); }
div.DivClassName
{
background-color: #C7BCF5;
}
.BgClassName
{
background-color: #C7BCF5;
}
</style>
border-color css
<style>
span { border-color: #C7BCF5; }
span { border-color: rgb(199,188,245); }
td.TdClassName
{
border-color: #C7BCF5;
}
.TagClassName
{
border-color: #C7BCF5;
}
</style>