Shades of Lavender Blue #C4BFF8
Tints of Lavender Blue #C4BFF8
RGB
CMYK
RGB Variations
Color information
#C4BFF8 (or 0xC4BFF8) is known color: Lavender Blue. HEX triplet: C4, BF and F8. RGB value is (196,191,248). Sum of RGB (Red+Green+Blue) = 196+191+248=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFF8 is #3B4007. Grayscale: #C6C6C6. Windows color (decimal): -3883016 or 16302020. OLE color: 16302020.
HSL color Cylindrical-coordinate representation of color #C4BFF8: hue angle of 245.26º 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 #C4BFF8 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 191 | 248 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.03 |
| HSL | 245.26º | 0.8% | 0.86% | - |
| HSV(B) | 245.26º | 0.23% | 0.97% | - |
| XYZ | 58.34 | 55.77 | 96.5 | - |
| YUV | 198.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 248 | 0.21 | 0.23 | 0 | 0.03 | 245.26 | 0.8 | 0.86 |
| Hex | C4 | BF | F8 | 15 | 17 | 0 | 3 | F5 | 50 | 56 |
| Octal | 304 | 277 | 370 | 25 | 27 | 0 | 3 | 365 | 120 | 126 |
| Binary | 11000100 | 10111111 | 11111000 | 10101 | 10111 | 0 | 11 | 11110101 | 1010000 | 1010110 |
Color Harmonies of #C4BFF8
Complementary color
Monochromatic Colors of #C4BFF8
Black with #C4BFF8
Text Example
Text Example
White with #C4BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFF8; }
p { color: rgb(196,191,248); }
H1.HeaderClassName
{
color: #C4BFF8;
}
.AnyTagClassName
{
color: #C4BFF8;
}
</style>
background-color css
<style>
a { background-color: #C4BFF8; }
a { background-color: rgb(196,191,248); }
div.DivClassName
{
background-color: #C4BFF8;
}
.BgClassName
{
background-color: #C4BFF8;
}
</style>
border-color css
<style>
span { border-color: #C4BFF8; }
span { border-color: rgb(196,191,248); }
td.TdClassName
{
border-color: #C4BFF8;
}
.TagClassName
{
border-color: #C4BFF8;
}
</style>