Shades of Lavender Blue #C2BBF6
Tints of Lavender Blue #C2BBF6
RGB
CMYK
RGB Variations
Color information
#C2BBF6 (or 0xC2BBF6) is known color: Lavender Blue. HEX triplet: C2, BB and F6. RGB value is (194,187,246). Sum of RGB (Red+Green+Blue) = 194+187+246=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBF6 is #3D4409. Grayscale: #C3C3C3. Windows color (decimal): -4015114 or 16169922. OLE color: 16169922.
HSL color Cylindrical-coordinate representation of color #C2BBF6: hue angle of 247.12º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BBF6 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 187 | 246 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.04 |
| HSL | 247.12º | 0.77% | 0.85% | - |
| HSV(B) | 247.12º | 0.24% | 0.96% | - |
| XYZ | 56.65 | 53.66 | 94.56 | - |
| YUV | 195.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 246 | 0.21 | 0.24 | 0 | 0.04 | 247.12 | 0.77 | 0.85 |
| Hex | C2 | BB | F6 | 15 | 18 | 0 | 4 | F7 | 4D | 55 |
| Octal | 302 | 273 | 366 | 25 | 30 | 0 | 4 | 367 | 115 | 125 |
| Binary | 11000010 | 10111011 | 11110110 | 10101 | 11000 | 0 | 100 | 11110111 | 1001101 | 1010101 |
Color Harmonies of #C2BBF6
Complementary color
Monochromatic Colors of #C2BBF6
Black with #C2BBF6
Text Example
Text Example
White with #C2BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBF6; }
p { color: rgb(194,187,246); }
H1.HeaderClassName
{
color: #C2BBF6;
}
.AnyTagClassName
{
color: #C2BBF6;
}
</style>
background-color css
<style>
a { background-color: #C2BBF6; }
a { background-color: rgb(194,187,246); }
div.DivClassName
{
background-color: #C2BBF6;
}
.BgClassName
{
background-color: #C2BBF6;
}
</style>
border-color css
<style>
span { border-color: #C2BBF6; }
span { border-color: rgb(194,187,246); }
td.TdClassName
{
border-color: #C2BBF6;
}
.TagClassName
{
border-color: #C2BBF6;
}
</style>