Shades of Lavender Blue #C2B4FE
Tints of Lavender Blue #C2B4FE
RGB
CMYK
RGB Variations
Color information
#C2B4FE (or 0xC2B4FE) is known color: Lavender Blue. HEX triplet: C2, B4 and FE. RGB value is (194,180,254). Sum of RGB (Red+Green+Blue) = 194+180+254=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B4FE is #3D4B01. Grayscale: #C0C0C0. Windows color (decimal): -4016898 or 16692418. OLE color: 16692418.
HSL color Cylindrical-coordinate representation of color #C2B4FE: hue angle of 251.35º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B4FE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 180 | 254 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.00 |
| HSL | 251.35º | 0.97% | 0.85% | - |
| HSV(B) | 251.35º | 0.29% | 1% | - |
| XYZ | 56.46 | 51.27 | 100.69 | - |
| YUV | 192.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 254 | 0.24 | 0.29 | 0 | 0.00 | 251.35 | 0.97 | 0.85 |
| Hex | C2 | B4 | FE | 18 | 1D | 0 | 0 | FB | 61 | 55 |
| Octal | 302 | 264 | 376 | 30 | 35 | 0 | 0 | 373 | 141 | 125 |
| Binary | 11000010 | 10110100 | 11111110 | 11000 | 11101 | 0 | 0 | 11111011 | 1100001 | 1010101 |
Color Harmonies of #C2B4FE
Complementary color
Monochromatic Colors of #C2B4FE
Black with #C2B4FE
Text Example
Text Example
White with #C2B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4FE; }
p { color: rgb(194,180,254); }
H1.HeaderClassName
{
color: #C2B4FE;
}
.AnyTagClassName
{
color: #C2B4FE;
}
</style>
background-color css
<style>
a { background-color: #C2B4FE; }
a { background-color: rgb(194,180,254); }
div.DivClassName
{
background-color: #C2B4FE;
}
.BgClassName
{
background-color: #C2B4FE;
}
</style>
border-color css
<style>
span { border-color: #C2B4FE; }
span { border-color: rgb(194,180,254); }
td.TdClassName
{
border-color: #C2B4FE;
}
.TagClassName
{
border-color: #C2B4FE;
}
</style>