Shades of Lavender Blue #C3BEF0
Tints of Lavender Blue #C3BEF0
RGB
CMYK
RGB Variations
Color information
#C3BEF0 (or 0xC3BEF0) is known color: Lavender Blue. HEX triplet: C3, BE and F0. RGB value is (195,190,240). Sum of RGB (Red+Green+Blue) = 195+190+240=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF0 is #3C410F. Grayscale: #C5C5C5. Windows color (decimal): -3948816 or 15777475. OLE color: 15777475.
HSL color Cylindrical-coordinate representation of color #C3BEF0: hue angle of 246º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BEF0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 190 | 240 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.06 |
| HSL | 246º | 0.63% | 0.84% | - |
| HSV(B) | 246º | 0.21% | 0.94% | - |
| XYZ | 56.65 | 54.72 | 90.01 | - |
| YUV | 197.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 240 | 0.19 | 0.21 | 0 | 0.06 | 246 | 0.63 | 0.84 |
| Hex | C3 | BE | F0 | 13 | 15 | 0 | 6 | F6 | 3E | 54 |
| Octal | 303 | 276 | 360 | 23 | 25 | 0 | 6 | 366 | 76 | 124 |
| Binary | 11000011 | 10111110 | 11110000 | 10011 | 10101 | 0 | 110 | 11110110 | 111110 | 1010100 |
Color Harmonies of #C3BEF0
Complementary color
Monochromatic Colors of #C3BEF0
Black with #C3BEF0
Text Example
Text Example
White with #C3BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEF0; }
p { color: rgb(195,190,240); }
H1.HeaderClassName
{
color: #C3BEF0;
}
.AnyTagClassName
{
color: #C3BEF0;
}
</style>
background-color css
<style>
a { background-color: #C3BEF0; }
a { background-color: rgb(195,190,240); }
div.DivClassName
{
background-color: #C3BEF0;
}
.BgClassName
{
background-color: #C3BEF0;
}
</style>
border-color css
<style>
span { border-color: #C3BEF0; }
span { border-color: rgb(195,190,240); }
td.TdClassName
{
border-color: #C3BEF0;
}
.TagClassName
{
border-color: #C3BEF0;
}
</style>