Shades of Lavender Blue #BDC7FB
Tints of Lavender Blue #BDC7FB
RGB
CMYK
RGB Variations
Color information
#BDC7FB (or 0xBDC7FB) is known color: Lavender Blue. HEX triplet: BD, C7 and FB. RGB value is (189,199,251). Sum of RGB (Red+Green+Blue) = 189+199+251=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FB is #423804. Grayscale: #C9C9C9. Windows color (decimal): -4339717 or 16500669. OLE color: 16500669.
HSL color Cylindrical-coordinate representation of color #BDC7FB: hue angle of 230.32º 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 #BDC7FB is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 199 | 251 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.02 |
| HSL | 230.32º | 0.89% | 0.86% | - |
| HSV(B) | 230.32º | 0.25% | 0.98% | - |
| XYZ | 58.82 | 58.63 | 99.48 | - |
| YUV | 201.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 251 | 0.25 | 0.21 | 0 | 0.02 | 230.32 | 0.89 | 0.86 |
| Hex | BD | C7 | FB | 19 | 15 | 0 | 2 | E6 | 59 | 56 |
| Octal | 275 | 307 | 373 | 31 | 25 | 0 | 2 | 346 | 131 | 126 |
| Binary | 10111101 | 11000111 | 11111011 | 11001 | 10101 | 0 | 10 | 11100110 | 1011001 | 1010110 |
Color Harmonies of #BDC7FB
Complementary color
Monochromatic Colors of #BDC7FB
Black with #BDC7FB
Text Example
Text Example
White with #BDC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7FB; }
p { color: rgb(189,199,251); }
H1.HeaderClassName
{
color: #BDC7FB;
}
.AnyTagClassName
{
color: #BDC7FB;
}
</style>
background-color css
<style>
a { background-color: #BDC7FB; }
a { background-color: rgb(189,199,251); }
div.DivClassName
{
background-color: #BDC7FB;
}
.BgClassName
{
background-color: #BDC7FB;
}
</style>
border-color css
<style>
span { border-color: #BDC7FB; }
span { border-color: rgb(189,199,251); }
td.TdClassName
{
border-color: #BDC7FB;
}
.TagClassName
{
border-color: #BDC7FB;
}
</style>