Shades of Lavender Blue #C8BFF9
Tints of Lavender Blue #C8BFF9
RGB
CMYK
RGB Variations
Color information
#C8BFF9 (or 0xC8BFF9) is known color: Lavender Blue. HEX triplet: C8, BF and F9. RGB value is (200,191,249). Sum of RGB (Red+Green+Blue) = 200+191+249=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF9 is #374006. Grayscale: #C8C8C8. Windows color (decimal): -3620871 or 16367560. OLE color: 16367560.
HSL color Cylindrical-coordinate representation of color #C8BFF9: hue angle of 249.31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BFF9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 191 | 249 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.02 |
| HSL | 249.31º | 0.83% | 0.86% | - |
| HSV(B) | 249.31º | 0.23% | 0.98% | - |
| XYZ | 59.55 | 56.38 | 97.37 | - |
| YUV | 200.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 249 | 0.20 | 0.23 | 0 | 0.02 | 249.31 | 0.83 | 0.86 |
| Hex | C8 | BF | F9 | 14 | 17 | 0 | 2 | F9 | 53 | 56 |
| Octal | 310 | 277 | 371 | 24 | 27 | 0 | 2 | 371 | 123 | 126 |
| Binary | 11001000 | 10111111 | 11111001 | 10100 | 10111 | 0 | 10 | 11111001 | 1010011 | 1010110 |
Color Harmonies of #C8BFF9
Complementary color
Monochromatic Colors of #C8BFF9
Black with #C8BFF9
Text Example
Text Example
White with #C8BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFF9; }
p { color: rgb(200,191,249); }
H1.HeaderClassName
{
color: #C8BFF9;
}
.AnyTagClassName
{
color: #C8BFF9;
}
</style>
background-color css
<style>
a { background-color: #C8BFF9; }
a { background-color: rgb(200,191,249); }
div.DivClassName
{
background-color: #C8BFF9;
}
.BgClassName
{
background-color: #C8BFF9;
}
</style>
border-color css
<style>
span { border-color: #C8BFF9; }
span { border-color: rgb(200,191,249); }
td.TdClassName
{
border-color: #C8BFF9;
}
.TagClassName
{
border-color: #C8BFF9;
}
</style>