Shades of Lavender Blue #C3BEF2
Tints of Lavender Blue #C3BEF2
RGB
CMYK
RGB Variations
Color information
#C3BEF2 (or 0xC3BEF2) is known color: Lavender Blue. HEX triplet: C3, BE and F2. RGB value is (195,190,242). Sum of RGB (Red+Green+Blue) = 195+190+242=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF2 is #3C410D. Grayscale: #C5C5C5. Windows color (decimal): -3948814 or 15908547. OLE color: 15908547.
HSL color Cylindrical-coordinate representation of color #C3BEF2: hue angle of 245.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BEF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 190 | 242 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 245.77º | 0.67% | 0.85% | - |
| HSV(B) | 245.77º | 0.21% | 0.95% | - |
| XYZ | 56.95 | 54.84 | 91.59 | - |
| YUV | 197.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 242 | 0.19 | 0.21 | 0 | 0.05 | 245.77 | 0.67 | 0.85 |
| Hex | C3 | BE | F2 | 13 | 15 | 0 | 5 | F6 | 43 | 55 |
| Octal | 303 | 276 | 362 | 23 | 25 | 0 | 5 | 366 | 103 | 125 |
| Binary | 11000011 | 10111110 | 11110010 | 10011 | 10101 | 0 | 101 | 11110110 | 1000011 | 1010101 |
Color Harmonies of #C3BEF2
Complementary color
Monochromatic Colors of #C3BEF2
Black with #C3BEF2
Text Example
Text Example
White with #C3BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEF2; }
p { color: rgb(195,190,242); }
H1.HeaderClassName
{
color: #C3BEF2;
}
.AnyTagClassName
{
color: #C3BEF2;
}
</style>
background-color css
<style>
a { background-color: #C3BEF2; }
a { background-color: rgb(195,190,242); }
div.DivClassName
{
background-color: #C3BEF2;
}
.BgClassName
{
background-color: #C3BEF2;
}
</style>
border-color css
<style>
span { border-color: #C3BEF2; }
span { border-color: rgb(195,190,242); }
td.TdClassName
{
border-color: #C3BEF2;
}
.TagClassName
{
border-color: #C3BEF2;
}
</style>