Shades of Lavender Blue #C9BFF3
Tints of Lavender Blue #C9BFF3
RGB
CMYK
RGB Variations
Color information
#C9BFF3 (or 0xC9BFF3) is known color: Lavender Blue. HEX triplet: C9, BF and F3. RGB value is (201,191,243). Sum of RGB (Red+Green+Blue) = 201+191+243=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFF3 is #36400C. Grayscale: #C7C7C7. Windows color (decimal): -3555341 or 15974345. OLE color: 15974345.
HSL color Cylindrical-coordinate representation of color #C9BFF3: hue angle of 251.54º degrees, saturation: 0.68, 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 #C9BFF3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 191 | 243 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.05 |
| HSL | 251.54º | 0.68% | 0.85% | - |
| HSV(B) | 251.54º | 0.21% | 0.95% | - |
| XYZ | 58.9 | 56.15 | 92.53 | - |
| YUV | 199.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 243 | 0.17 | 0.21 | 0 | 0.05 | 251.54 | 0.68 | 0.85 |
| Hex | C9 | BF | F3 | 11 | 15 | 0 | 5 | FC | 44 | 55 |
| Octal | 311 | 277 | 363 | 21 | 25 | 0 | 5 | 374 | 104 | 125 |
| Binary | 11001001 | 10111111 | 11110011 | 10001 | 10101 | 0 | 101 | 11111100 | 1000100 | 1010101 |
Color Harmonies of #C9BFF3
Complementary color
Monochromatic Colors of #C9BFF3
Black with #C9BFF3
Text Example
Text Example
White with #C9BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFF3; }
p { color: rgb(201,191,243); }
H1.HeaderClassName
{
color: #C9BFF3;
}
.AnyTagClassName
{
color: #C9BFF3;
}
</style>
background-color css
<style>
a { background-color: #C9BFF3; }
a { background-color: rgb(201,191,243); }
div.DivClassName
{
background-color: #C9BFF3;
}
.BgClassName
{
background-color: #C9BFF3;
}
</style>
border-color css
<style>
span { border-color: #C9BFF3; }
span { border-color: rgb(201,191,243); }
td.TdClassName
{
border-color: #C9BFF3;
}
.TagClassName
{
border-color: #C9BFF3;
}
</style>