Shades of Lavender Blue #C3BCFE
Tints of Lavender Blue #C3BCFE
RGB
CMYK
RGB Variations
Color information
#C3BCFE (or 0xC3BCFE) is known color: Lavender Blue. HEX triplet: C3, BC and FE. RGB value is (195,188,254). Sum of RGB (Red+Green+Blue) = 195+188+254=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCFE is #3C4301. Grayscale: #C5C5C5. Windows color (decimal): -3949314 or 16694467. OLE color: 16694467.
HSL color Cylindrical-coordinate representation of color #C3BCFE: hue angle of 246.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BCFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 188 | 254 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.00 |
| HSL | 246.36º | 0.97% | 0.87% | - |
| HSV(B) | 246.36º | 0.26% | 1% | - |
| XYZ | 58.38 | 54.72 | 101.25 | - |
| YUV | 197.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 254 | 0.23 | 0.26 | 0 | 0.00 | 246.36 | 0.97 | 0.87 |
| Hex | C3 | BC | FE | 17 | 1A | 0 | 0 | F6 | 61 | 57 |
| Octal | 303 | 274 | 376 | 27 | 32 | 0 | 0 | 366 | 141 | 127 |
| Binary | 11000011 | 10111100 | 11111110 | 10111 | 11010 | 0 | 0 | 11110110 | 1100001 | 1010111 |
Color Harmonies of #C3BCFE
Complementary color
Monochromatic Colors of #C3BCFE
Black with #C3BCFE
Text Example
Text Example
White with #C3BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCFE; }
p { color: rgb(195,188,254); }
H1.HeaderClassName
{
color: #C3BCFE;
}
.AnyTagClassName
{
color: #C3BCFE;
}
</style>
background-color css
<style>
a { background-color: #C3BCFE; }
a { background-color: rgb(195,188,254); }
div.DivClassName
{
background-color: #C3BCFE;
}
.BgClassName
{
background-color: #C3BCFE;
}
</style>
border-color css
<style>
span { border-color: #C3BCFE; }
span { border-color: rgb(195,188,254); }
td.TdClassName
{
border-color: #C3BCFE;
}
.TagClassName
{
border-color: #C3BCFE;
}
</style>