Shades of Lavender Blue #C4BFF1
Tints of Lavender Blue #C4BFF1
RGB
CMYK
RGB Variations
Color information
#C4BFF1 (or 0xC4BFF1) is known color: Lavender Blue. HEX triplet: C4, BF and F1. RGB value is (196,191,241). Sum of RGB (Red+Green+Blue) = 196+191+241=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFF1 is #3B400E. Grayscale: #C6C6C6. Windows color (decimal): -3883023 or 15843268. OLE color: 15843268.
HSL color Cylindrical-coordinate representation of color #C4BFF1: hue angle of 246º degrees, saturation: 0.64, 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 #C4BFF1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 191 | 241 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 246º | 0.64% | 0.85% | - |
| HSV(B) | 246º | 0.21% | 0.95% | - |
| XYZ | 57.27 | 55.35 | 90.88 | - |
| YUV | 198.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 241 | 0.19 | 0.21 | 0 | 0.05 | 246 | 0.64 | 0.85 |
| Hex | C4 | BF | F1 | 13 | 15 | 0 | 5 | F6 | 40 | 55 |
| Octal | 304 | 277 | 361 | 23 | 25 | 0 | 5 | 366 | 100 | 125 |
| Binary | 11000100 | 10111111 | 11110001 | 10011 | 10101 | 0 | 101 | 11110110 | 1000000 | 1010101 |
Color Harmonies of #C4BFF1
Complementary color
Monochromatic Colors of #C4BFF1
Black with #C4BFF1
Text Example
Text Example
White with #C4BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFF1; }
p { color: rgb(196,191,241); }
H1.HeaderClassName
{
color: #C4BFF1;
}
.AnyTagClassName
{
color: #C4BFF1;
}
</style>
background-color css
<style>
a { background-color: #C4BFF1; }
a { background-color: rgb(196,191,241); }
div.DivClassName
{
background-color: #C4BFF1;
}
.BgClassName
{
background-color: #C4BFF1;
}
</style>
border-color css
<style>
span { border-color: #C4BFF1; }
span { border-color: rgb(196,191,241); }
td.TdClassName
{
border-color: #C4BFF1;
}
.TagClassName
{
border-color: #C4BFF1;
}
</style>