Shades of Lavender Blue #BDC3FB
Tints of Lavender Blue #BDC3FB
RGB
CMYK
RGB Variations
Color information
#BDC3FB (or 0xBDC3FB) is known color: Lavender Blue. HEX triplet: BD, C3 and FB. RGB value is (189,195,251). Sum of RGB (Red+Green+Blue) = 189+195+251=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3FB is #423C04. Grayscale: #C7C7C7. Windows color (decimal): -4340741 or 16499645. OLE color: 16499645.
HSL color Cylindrical-coordinate representation of color #BDC3FB: hue angle of 234.19º 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 #BDC3FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 195 | 251 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.02 |
| HSL | 234.19º | 0.89% | 0.86% | - |
| HSV(B) | 234.19º | 0.25% | 0.98% | - |
| XYZ | 57.91 | 56.81 | 99.18 | - |
| YUV | 199.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 251 | 0.25 | 0.22 | 0 | 0.02 | 234.19 | 0.89 | 0.86 |
| Hex | BD | C3 | FB | 19 | 16 | 0 | 2 | EA | 59 | 56 |
| Octal | 275 | 303 | 373 | 31 | 26 | 0 | 2 | 352 | 131 | 126 |
| Binary | 10111101 | 11000011 | 11111011 | 11001 | 10110 | 0 | 10 | 11101010 | 1011001 | 1010110 |
Color Harmonies of #BDC3FB
Complementary color
Monochromatic Colors of #BDC3FB
Black with #BDC3FB
Text Example
Text Example
White with #BDC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3FB; }
p { color: rgb(189,195,251); }
H1.HeaderClassName
{
color: #BDC3FB;
}
.AnyTagClassName
{
color: #BDC3FB;
}
</style>
background-color css
<style>
a { background-color: #BDC3FB; }
a { background-color: rgb(189,195,251); }
div.DivClassName
{
background-color: #BDC3FB;
}
.BgClassName
{
background-color: #BDC3FB;
}
</style>
border-color css
<style>
span { border-color: #BDC3FB; }
span { border-color: rgb(189,195,251); }
td.TdClassName
{
border-color: #BDC3FB;
}
.TagClassName
{
border-color: #BDC3FB;
}
</style>