Shades of Lavender Blue #C2BFF8
Tints of Lavender Blue #C2BFF8
RGB
CMYK
RGB Variations
Color information
#C2BFF8 (or 0xC2BFF8) is known color: Lavender Blue. HEX triplet: C2, BF and F8. RGB value is (194,191,248). Sum of RGB (Red+Green+Blue) = 194+191+248=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFF8 is #3D4007. Grayscale: #C6C6C6. Windows color (decimal): -4014088 or 16302018. OLE color: 16302018.
HSL color Cylindrical-coordinate representation of color #C2BFF8: hue angle of 243.16º degrees, saturation: 0.8, 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 #C2BFF8 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 191 | 248 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.03 |
| HSL | 243.16º | 0.8% | 0.86% | - |
| HSV(B) | 243.16º | 0.23% | 0.97% | - |
| XYZ | 57.82 | 55.51 | 96.47 | - |
| YUV | 198.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 248 | 0.22 | 0.23 | 0 | 0.03 | 243.16 | 0.8 | 0.86 |
| Hex | C2 | BF | F8 | 16 | 17 | 0 | 3 | F3 | 50 | 56 |
| Octal | 302 | 277 | 370 | 26 | 27 | 0 | 3 | 363 | 120 | 126 |
| Binary | 11000010 | 10111111 | 11111000 | 10110 | 10111 | 0 | 11 | 11110011 | 1010000 | 1010110 |
Color Harmonies of #C2BFF8
Complementary color
Monochromatic Colors of #C2BFF8
Black with #C2BFF8
Text Example
Text Example
White with #C2BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFF8; }
p { color: rgb(194,191,248); }
H1.HeaderClassName
{
color: #C2BFF8;
}
.AnyTagClassName
{
color: #C2BFF8;
}
</style>
background-color css
<style>
a { background-color: #C2BFF8; }
a { background-color: rgb(194,191,248); }
div.DivClassName
{
background-color: #C2BFF8;
}
.BgClassName
{
background-color: #C2BFF8;
}
</style>
border-color css
<style>
span { border-color: #C2BFF8; }
span { border-color: rgb(194,191,248); }
td.TdClassName
{
border-color: #C2BFF8;
}
.TagClassName
{
border-color: #C2BFF8;
}
</style>