Shades of Lavender Blue #C8BAFB
Tints of Lavender Blue #C8BAFB
RGB
CMYK
RGB Variations
Color information
#C8BAFB (or 0xC8BAFB) is known color: Lavender Blue. HEX triplet: C8, BA and FB. RGB value is (200,186,251). Sum of RGB (Red+Green+Blue) = 200+186+251=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFB is #374504. Grayscale: #C5C5C5. Windows color (decimal): -3622149 or 16497352. OLE color: 16497352.
HSL color Cylindrical-coordinate representation of color #C8BAFB: hue angle of 252.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BAFB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 186 | 251 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.02 |
| HSL | 252.92º | 0.89% | 0.86% | - |
| HSV(B) | 252.92º | 0.26% | 0.98% | - |
| XYZ | 58.79 | 54.36 | 98.66 | - |
| YUV | 197.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 251 | 0.20 | 0.26 | 0 | 0.02 | 252.92 | 0.89 | 0.86 |
| Hex | C8 | BA | FB | 14 | 1A | 0 | 2 | FD | 59 | 56 |
| Octal | 310 | 272 | 373 | 24 | 32 | 0 | 2 | 375 | 131 | 126 |
| Binary | 11001000 | 10111010 | 11111011 | 10100 | 11010 | 0 | 10 | 11111101 | 1011001 | 1010110 |
Color Harmonies of #C8BAFB
Complementary color
Monochromatic Colors of #C8BAFB
Black with #C8BAFB
Text Example
Text Example
White with #C8BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAFB; }
p { color: rgb(200,186,251); }
H1.HeaderClassName
{
color: #C8BAFB;
}
.AnyTagClassName
{
color: #C8BAFB;
}
</style>
background-color css
<style>
a { background-color: #C8BAFB; }
a { background-color: rgb(200,186,251); }
div.DivClassName
{
background-color: #C8BAFB;
}
.BgClassName
{
background-color: #C8BAFB;
}
</style>
border-color css
<style>
span { border-color: #C8BAFB; }
span { border-color: rgb(200,186,251); }
td.TdClassName
{
border-color: #C8BAFB;
}
.TagClassName
{
border-color: #C8BAFB;
}
</style>