Shades of Lavender Blue #C3BEFF
Tints of Lavender Blue #C3BEFF
RGB
CMYK
RGB Variations
Color information
#C3BEFF (or 0xC3BEFF) is known color: Lavender Blue. HEX triplet: C3, BE and FF. RGB value is (195,190,255). Sum of RGB (Red+Green+Blue) = 195+190+255=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEFF is #3C4100. Grayscale: #C6C6C6. Windows color (decimal): -3948801 or 16760515. OLE color: 16760515.
HSL color Cylindrical-coordinate representation of color #C3BEFF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BEFF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 190 | 255 | - |
| CMYK | 0.24 | 0.25 | 0 | 0 |
| HSL | 244.62º | 1% | 0.87% | - |
| HSV(B) | 244.62º | 0.25% | 1% | - |
| XYZ | 58.97 | 55.65 | 102.24 | - |
| YUV | 198.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 255 | 0.24 | 0.25 | 0 | 0 | 244.62 | 1 | 0.87 |
| Hex | C3 | BE | FF | 18 | 19 | 0 | 0 | F5 | 64 | 57 |
| Octal | 303 | 276 | 377 | 30 | 31 | 0 | 0 | 365 | 144 | 127 |
| Binary | 11000011 | 10111110 | 11111111 | 11000 | 11001 | 0 | 0 | 11110101 | 1100100 | 1010111 |
Color Harmonies of #C3BEFF
Complementary color
Monochromatic Colors of #C3BEFF
Black with #C3BEFF
Text Example
Text Example
White with #C3BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEFF; }
p { color: rgb(195,190,255); }
H1.HeaderClassName
{
color: #C3BEFF;
}
.AnyTagClassName
{
color: #C3BEFF;
}
</style>
background-color css
<style>
a { background-color: #C3BEFF; }
a { background-color: rgb(195,190,255); }
div.DivClassName
{
background-color: #C3BEFF;
}
.BgClassName
{
background-color: #C3BEFF;
}
</style>
border-color css
<style>
span { border-color: #C3BEFF; }
span { border-color: rgb(195,190,255); }
td.TdClassName
{
border-color: #C3BEFF;
}
.TagClassName
{
border-color: #C3BEFF;
}
</style>