Shades of Lavender Blue #C2BDFE
Tints of Lavender Blue #C2BDFE
RGB
CMYK
RGB Variations
Color information
#C2BDFE (or 0xC2BDFE) is known color: Lavender Blue. HEX triplet: C2, BD and FE. RGB value is (194,189,254). Sum of RGB (Red+Green+Blue) = 194+189+254=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDFE is #3D4201. Grayscale: #C5C5C5. Windows color (decimal): -4014594 or 16694722. OLE color: 16694722.
HSL color Cylindrical-coordinate representation of color #C2BDFE: hue angle of 244.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2BDFE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 189 | 254 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.00 |
| HSL | 244.62º | 0.97% | 0.87% | - |
| HSV(B) | 244.62º | 0.26% | 1% | - |
| XYZ | 58.34 | 55.02 | 101.31 | - |
| YUV | 197.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 254 | 0.24 | 0.26 | 0 | 0.00 | 244.62 | 0.97 | 0.87 |
| Hex | C2 | BD | FE | 18 | 1A | 0 | 0 | F5 | 61 | 57 |
| Octal | 302 | 275 | 376 | 30 | 32 | 0 | 0 | 365 | 141 | 127 |
| Binary | 11000010 | 10111101 | 11111110 | 11000 | 11010 | 0 | 0 | 11110101 | 1100001 | 1010111 |
Color Harmonies of #C2BDFE
Complementary color
Monochromatic Colors of #C2BDFE
Black with #C2BDFE
Text Example
Text Example
White with #C2BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDFE; }
p { color: rgb(194,189,254); }
H1.HeaderClassName
{
color: #C2BDFE;
}
.AnyTagClassName
{
color: #C2BDFE;
}
</style>
background-color css
<style>
a { background-color: #C2BDFE; }
a { background-color: rgb(194,189,254); }
div.DivClassName
{
background-color: #C2BDFE;
}
.BgClassName
{
background-color: #C2BDFE;
}
</style>
border-color css
<style>
span { border-color: #C2BDFE; }
span { border-color: rgb(194,189,254); }
td.TdClassName
{
border-color: #C2BDFE;
}
.TagClassName
{
border-color: #C2BDFE;
}
</style>