Shades of Lavender Blue #BDC1F3
Tints of Lavender Blue #BDC1F3
RGB
CMYK
RGB Variations
Color information
#BDC1F3 (or 0xBDC1F3) is known color: Lavender Blue. HEX triplet: BD, C1 and F3. RGB value is (189,193,243). Sum of RGB (Red+Green+Blue) = 189+193+243=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F3 is #423E0C. Grayscale: #C5C5C5. Windows color (decimal): -4341261 or 15974845. OLE color: 15974845.
HSL color Cylindrical-coordinate representation of color #BDC1F3: hue angle of 235.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC1F3 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 193 | 243 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 235.56º | 0.69% | 0.85% | - |
| HSV(B) | 235.56º | 0.22% | 0.95% | - |
| XYZ | 56.23 | 55.43 | 92.53 | - |
| YUV | 197.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 243 | 0.22 | 0.21 | 0 | 0.05 | 235.56 | 0.69 | 0.85 |
| Hex | BD | C1 | F3 | 16 | 15 | 0 | 5 | EC | 45 | 55 |
| Octal | 275 | 301 | 363 | 26 | 25 | 0 | 5 | 354 | 105 | 125 |
| Binary | 10111101 | 11000001 | 11110011 | 10110 | 10101 | 0 | 101 | 11101100 | 1000101 | 1010101 |
Color Harmonies of #BDC1F3
Complementary color
Monochromatic Colors of #BDC1F3
Black with #BDC1F3
Text Example
Text Example
White with #BDC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1F3; }
p { color: rgb(189,193,243); }
H1.HeaderClassName
{
color: #BDC1F3;
}
.AnyTagClassName
{
color: #BDC1F3;
}
</style>
background-color css
<style>
a { background-color: #BDC1F3; }
a { background-color: rgb(189,193,243); }
div.DivClassName
{
background-color: #BDC1F3;
}
.BgClassName
{
background-color: #BDC1F3;
}
</style>
border-color css
<style>
span { border-color: #BDC1F3; }
span { border-color: rgb(189,193,243); }
td.TdClassName
{
border-color: #BDC1F3;
}
.TagClassName
{
border-color: #BDC1F3;
}
</style>