Shades of Lavender Blue #C2B9FF
Tints of Lavender Blue #C2B9FF
RGB
CMYK
RGB Variations
Color information
#C2B9FF (or 0xC2B9FF) is known color: Lavender Blue. HEX triplet: C2, B9 and FF. RGB value is (194,185,255). Sum of RGB (Red+Green+Blue) = 194+185+255=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9FF is #3D4600. Grayscale: #C3C3C3. Windows color (decimal): -4015617 or 16759234. OLE color: 16759234.
HSL color Cylindrical-coordinate representation of color #C2B9FF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B9FF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 185 | 255 | - |
| CMYK | 0.24 | 0.27 | 0 | 0 |
| HSL | 247.71º | 1% | 0.86% | - |
| HSV(B) | 247.71º | 0.27% | 1% | - |
| XYZ | 57.65 | 53.39 | 101.87 | - |
| YUV | 195.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 255 | 0.24 | 0.27 | 0 | 0 | 247.71 | 1 | 0.86 |
| Hex | C2 | B9 | FF | 18 | 1B | 0 | 0 | F8 | 64 | 56 |
| Octal | 302 | 271 | 377 | 30 | 33 | 0 | 0 | 370 | 144 | 126 |
| Binary | 11000010 | 10111001 | 11111111 | 11000 | 11011 | 0 | 0 | 11111000 | 1100100 | 1010110 |
Color Harmonies of #C2B9FF
Complementary color
Monochromatic Colors of #C2B9FF
Black with #C2B9FF
Text Example
Text Example
White with #C2B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9FF; }
p { color: rgb(194,185,255); }
H1.HeaderClassName
{
color: #C2B9FF;
}
.AnyTagClassName
{
color: #C2B9FF;
}
</style>
background-color css
<style>
a { background-color: #C2B9FF; }
a { background-color: rgb(194,185,255); }
div.DivClassName
{
background-color: #C2B9FF;
}
.BgClassName
{
background-color: #C2B9FF;
}
</style>
border-color css
<style>
span { border-color: #C2B9FF; }
span { border-color: rgb(194,185,255); }
td.TdClassName
{
border-color: #C2B9FF;
}
.TagClassName
{
border-color: #C2B9FF;
}
</style>