Shades of Lavender Blue #C8BDFB
Tints of Lavender Blue #C8BDFB
RGB
CMYK
RGB Variations
Color information
#C8BDFB (or 0xC8BDFB) is known color: Lavender Blue. HEX triplet: C8, BD and FB. RGB value is (200,189,251). Sum of RGB (Red+Green+Blue) = 200+189+251=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDFB is #374204. Grayscale: #C7C7C7. Windows color (decimal): -3621381 or 16498120. OLE color: 16498120.
HSL color Cylindrical-coordinate representation of color #C8BDFB: hue angle of 250.65º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BDFB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 189 | 251 | - |
CMYK | 0.20 | 0.25 | 0 | 0.02 |
HSL | 250.65º | 0.89% | 0.86% | - |
HSV(B) | 250.65º | 0.25% | 0.98% | - |
XYZ | 59.43 | 55.64 | 98.87 | - |
YUV | 199.36 | 157.14 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 189 | 251 | 0.20 | 0.25 | 0 | 0.02 | 250.65 | 0.89 | 0.86 |
Hex | C8 | BD | FB | 14 | 19 | 0 | 2 | FB | 59 | 56 |
Octal | 310 | 275 | 373 | 24 | 31 | 0 | 2 | 373 | 131 | 126 |
Binary | 11001000 | 10111101 | 11111011 | 10100 | 11001 | 0 | 10 | 11111011 | 1011001 | 1010110 |
Color Harmonies of #C8BDFB
Complementary color
Monochromatic Colors of #C8BDFB
Black with #C8BDFB
Text Example
Text Example
White with #C8BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDFB; }
p { color: rgb(200,189,251); }
H1.HeaderClassName
{
color: #C8BDFB;
}
.AnyTagClassName
{
color: #C8BDFB;
}
</style>
background-color css
<style>
a { background-color: #C8BDFB; }
a { background-color: rgb(200,189,251); }
div.DivClassName
{
background-color: #C8BDFB;
}
.BgClassName
{
background-color: #C8BDFB;
}
</style>
border-color css
<style>
span { border-color: #C8BDFB; }
span { border-color: rgb(200,189,251); }
td.TdClassName
{
border-color: #C8BDFB;
}
.TagClassName
{
border-color: #C8BDFB;
}
</style>