Shades of Lavender Blue #C4BDF2
Tints of Lavender Blue #C4BDF2
RGB
CMYK
RGB Variations
Color information
#C4BDF2 (or 0xC4BDF2) is known color: Lavender Blue. HEX triplet: C4, BD and F2. RGB value is (196,189,242). Sum of RGB (Red+Green+Blue) = 196+189+242=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 189 (74.22% from 255 or 30.14% 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 #C4BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF2 is #3B420D. Grayscale: #C4C4C4. Windows color (decimal): -3883534 or 15908292. OLE color: 15908292.
HSL color Cylindrical-coordinate representation of color #C4BDF2: hue angle of 247.92º degrees, saturation: 0.67, 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 #C4BDF2 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 189 | 242 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.05 |
| HSL | 247.92º | 0.67% | 0.85% | - |
| HSV(B) | 247.92º | 0.22% | 0.95% | - |
| XYZ | 56.99 | 54.54 | 91.53 | - |
| YUV | 197.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 242 | 0.19 | 0.22 | 0 | 0.05 | 247.92 | 0.67 | 0.85 |
| Hex | C4 | BD | F2 | 13 | 16 | 0 | 5 | F8 | 43 | 55 |
| Octal | 304 | 275 | 362 | 23 | 26 | 0 | 5 | 370 | 103 | 125 |
| Binary | 11000100 | 10111101 | 11110010 | 10011 | 10110 | 0 | 101 | 11111000 | 1000011 | 1010101 |
Color Harmonies of #C4BDF2
Complementary color
Monochromatic Colors of #C4BDF2
Black with #C4BDF2
Text Example
Text Example
White with #C4BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDF2; }
p { color: rgb(196,189,242); }
H1.HeaderClassName
{
color: #C4BDF2;
}
.AnyTagClassName
{
color: #C4BDF2;
}
</style>
background-color css
<style>
a { background-color: #C4BDF2; }
a { background-color: rgb(196,189,242); }
div.DivClassName
{
background-color: #C4BDF2;
}
.BgClassName
{
background-color: #C4BDF2;
}
</style>
border-color css
<style>
span { border-color: #C4BDF2; }
span { border-color: rgb(196,189,242); }
td.TdClassName
{
border-color: #C4BDF2;
}
.TagClassName
{
border-color: #C4BDF2;
}
</style>