Shades of Lavender Blue #C2B6FF
Tints of Lavender Blue #C2B6FF
RGB
CMYK
RGB Variations
Color information
#C2B6FF (or 0xC2B6FF) is known color: Lavender Blue. HEX triplet: C2, B6 and FF. RGB value is (194,182,255). Sum of RGB (Red+Green+Blue) = 194+182+255=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B6FF is #3D4900. Grayscale: #C1C1C1. Windows color (decimal): -4016385 or 16758466. OLE color: 16758466.
HSL color Cylindrical-coordinate representation of color #C2B6FF: hue angle of 249.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B6FF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 182 | 255 | - |
CMYK | 0.24 | 0.29 | 0 | 0 |
HSL | 249.86º | 1% | 0.86% | - |
HSV(B) | 249.86º | 0.29% | 1% | - |
XYZ | 57.03 | 52.15 | 101.67 | - |
YUV | 193.91 | 162.48 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 255 | 0.24 | 0.29 | 0 | 0 | 249.86 | 1 | 0.86 |
Hex | C2 | B6 | FF | 18 | 1D | 0 | 0 | FA | 64 | 56 |
Octal | 302 | 266 | 377 | 30 | 35 | 0 | 0 | 372 | 144 | 126 |
Binary | 11000010 | 10110110 | 11111111 | 11000 | 11101 | 0 | 0 | 11111010 | 1100100 | 1010110 |
Color Harmonies of #C2B6FF
Complementary color
Monochromatic Colors of #C2B6FF
Black with #C2B6FF
Text Example
Text Example
White with #C2B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6FF; }
p { color: rgb(194,182,255); }
H1.HeaderClassName
{
color: #C2B6FF;
}
.AnyTagClassName
{
color: #C2B6FF;
}
</style>
background-color css
<style>
a { background-color: #C2B6FF; }
a { background-color: rgb(194,182,255); }
div.DivClassName
{
background-color: #C2B6FF;
}
.BgClassName
{
background-color: #C2B6FF;
}
</style>
border-color css
<style>
span { border-color: #C2B6FF; }
span { border-color: rgb(194,182,255); }
td.TdClassName
{
border-color: #C2B6FF;
}
.TagClassName
{
border-color: #C2B6FF;
}
</style>