Shades of Lavender Blue #C2BFF7
Tints of Lavender Blue #C2BFF7
RGB
CMYK
RGB Variations
Color information
#C2BFF7 (or 0xC2BFF7) is known color: Lavender Blue. HEX triplet: C2, BF and F7. RGB value is (194,191,247). Sum of RGB (Red+Green+Blue) = 194+191+247=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFF7 is #3D4008. Grayscale: #C6C6C6. Windows color (decimal): -4014089 or 16236482. OLE color: 16236482.
HSL color Cylindrical-coordinate representation of color #C2BFF7: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BFF7 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 191 | 247 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.03 |
| HSL | 243.21º | 0.78% | 0.86% | - |
| HSV(B) | 243.21º | 0.23% | 0.97% | - |
| XYZ | 57.67 | 55.45 | 95.66 | - |
| YUV | 198.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 247 | 0.21 | 0.23 | 0 | 0.03 | 243.21 | 0.78 | 0.86 |
| Hex | C2 | BF | F7 | 15 | 17 | 0 | 3 | F3 | 4E | 56 |
| Octal | 302 | 277 | 367 | 25 | 27 | 0 | 3 | 363 | 116 | 126 |
| Binary | 11000010 | 10111111 | 11110111 | 10101 | 10111 | 0 | 11 | 11110011 | 1001110 | 1010110 |
Color Harmonies of #C2BFF7
Complementary color
Monochromatic Colors of #C2BFF7
Black with #C2BFF7
Text Example
Text Example
White with #C2BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFF7; }
p { color: rgb(194,191,247); }
H1.HeaderClassName
{
color: #C2BFF7;
}
.AnyTagClassName
{
color: #C2BFF7;
}
</style>
background-color css
<style>
a { background-color: #C2BFF7; }
a { background-color: rgb(194,191,247); }
div.DivClassName
{
background-color: #C2BFF7;
}
.BgClassName
{
background-color: #C2BFF7;
}
</style>
border-color css
<style>
span { border-color: #C2BFF7; }
span { border-color: rgb(194,191,247); }
td.TdClassName
{
border-color: #C2BFF7;
}
.TagClassName
{
border-color: #C2BFF7;
}
</style>