Shades of Lavender Blue #C2B9FC
Tints of Lavender Blue #C2B9FC
RGB
CMYK
RGB Variations
Color information
#C2B9FC (or 0xC2B9FC) is known color: Lavender Blue. HEX triplet: C2, B9 and FC. RGB value is (194,185,252). Sum of RGB (Red+Green+Blue) = 194+185+252=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9FC is #3D4603. Grayscale: #C3C3C3. Windows color (decimal): -4015620 or 16562626. OLE color: 16562626.
HSL color Cylindrical-coordinate representation of color #C2B9FC: hue angle of 248.06º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B9FC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 185 | 252 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.01 |
| HSL | 248.06º | 0.92% | 0.86% | - |
| HSV(B) | 248.06º | 0.27% | 0.99% | - |
| XYZ | 57.17 | 53.2 | 99.35 | - |
| YUV | 195.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 252 | 0.23 | 0.27 | 0 | 0.01 | 248.06 | 0.92 | 0.86 |
| Hex | C2 | B9 | FC | 17 | 1B | 0 | 1 | F8 | 5C | 56 |
| Octal | 302 | 271 | 374 | 27 | 33 | 0 | 1 | 370 | 134 | 126 |
| Binary | 11000010 | 10111001 | 11111100 | 10111 | 11011 | 0 | 1 | 11111000 | 1011100 | 1010110 |
Color Harmonies of #C2B9FC
Complementary color
Monochromatic Colors of #C2B9FC
Black with #C2B9FC
Text Example
Text Example
White with #C2B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9FC; }
p { color: rgb(194,185,252); }
H1.HeaderClassName
{
color: #C2B9FC;
}
.AnyTagClassName
{
color: #C2B9FC;
}
</style>
background-color css
<style>
a { background-color: #C2B9FC; }
a { background-color: rgb(194,185,252); }
div.DivClassName
{
background-color: #C2B9FC;
}
.BgClassName
{
background-color: #C2B9FC;
}
</style>
border-color css
<style>
span { border-color: #C2B9FC; }
span { border-color: rgb(194,185,252); }
td.TdClassName
{
border-color: #C2B9FC;
}
.TagClassName
{
border-color: #C2B9FC;
}
</style>