Shades of Lavender Blue #C2BFF2
Tints of Lavender Blue #C2BFF2
RGB
CMYK
RGB Variations
Color information
#C2BFF2 (or 0xC2BFF2) is known color: Lavender Blue. HEX triplet: C2, BF and F2. RGB value is (194,191,242). Sum of RGB (Red+Green+Blue) = 194+191+242=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFF2 is #3D400D. Grayscale: #C5C5C5. Windows color (decimal): -4014094 or 15908802. OLE color: 15908802.
HSL color Cylindrical-coordinate representation of color #C2BFF2: hue angle of 243.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BFF2 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 191 | 242 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.05 |
| HSL | 243.53º | 0.66% | 0.85% | - |
| HSV(B) | 243.53º | 0.21% | 0.95% | - |
| XYZ | 56.91 | 55.14 | 91.65 | - |
| YUV | 197.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 242 | 0.20 | 0.21 | 0 | 0.05 | 243.53 | 0.66 | 0.85 |
| Hex | C2 | BF | F2 | 14 | 15 | 0 | 5 | F4 | 42 | 55 |
| Octal | 302 | 277 | 362 | 24 | 25 | 0 | 5 | 364 | 102 | 125 |
| Binary | 11000010 | 10111111 | 11110010 | 10100 | 10101 | 0 | 101 | 11110100 | 1000010 | 1010101 |
Color Harmonies of #C2BFF2
Complementary color
Monochromatic Colors of #C2BFF2
Black with #C2BFF2
Text Example
Text Example
White with #C2BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFF2; }
p { color: rgb(194,191,242); }
H1.HeaderClassName
{
color: #C2BFF2;
}
.AnyTagClassName
{
color: #C2BFF2;
}
</style>
background-color css
<style>
a { background-color: #C2BFF2; }
a { background-color: rgb(194,191,242); }
div.DivClassName
{
background-color: #C2BFF2;
}
.BgClassName
{
background-color: #C2BFF2;
}
</style>
border-color css
<style>
span { border-color: #C2BFF2; }
span { border-color: rgb(194,191,242); }
td.TdClassName
{
border-color: #C2BFF2;
}
.TagClassName
{
border-color: #C2BFF2;
}
</style>