Shades of Lavender Blue #C2BEF3
Tints of Lavender Blue #C2BEF3
RGB
CMYK
RGB Variations
Color information
#C2BEF3 (or 0xC2BEF3) is known color: Lavender Blue. HEX triplet: C2, BE and F3. RGB value is (194,190,243). Sum of RGB (Red+Green+Blue) = 194+190+243=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF3 is #3D410C. Grayscale: #C5C5C5. Windows color (decimal): -4014349 or 15974082. OLE color: 15974082.
HSL color Cylindrical-coordinate representation of color #C2BEF3: hue angle of 244.53º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BEF3 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 190 | 243 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.05 |
| HSL | 244.53º | 0.69% | 0.85% | - |
| HSV(B) | 244.53º | 0.22% | 0.95% | - |
| XYZ | 56.84 | 54.77 | 92.37 | - |
| YUV | 197.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 243 | 0.20 | 0.22 | 0 | 0.05 | 244.53 | 0.69 | 0.85 |
| Hex | C2 | BE | F3 | 14 | 16 | 0 | 5 | F5 | 45 | 55 |
| Octal | 302 | 276 | 363 | 24 | 26 | 0 | 5 | 365 | 105 | 125 |
| Binary | 11000010 | 10111110 | 11110011 | 10100 | 10110 | 0 | 101 | 11110101 | 1000101 | 1010101 |
Color Harmonies of #C2BEF3
Complementary color
Monochromatic Colors of #C2BEF3
Black with #C2BEF3
Text Example
Text Example
White with #C2BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEF3; }
p { color: rgb(194,190,243); }
H1.HeaderClassName
{
color: #C2BEF3;
}
.AnyTagClassName
{
color: #C2BEF3;
}
</style>
background-color css
<style>
a { background-color: #C2BEF3; }
a { background-color: rgb(194,190,243); }
div.DivClassName
{
background-color: #C2BEF3;
}
.BgClassName
{
background-color: #C2BEF3;
}
</style>
border-color css
<style>
span { border-color: #C2BEF3; }
span { border-color: rgb(194,190,243); }
td.TdClassName
{
border-color: #C2BEF3;
}
.TagClassName
{
border-color: #C2BEF3;
}
</style>