Shades of Lavender Blue #BDC1F5
Tints of Lavender Blue #BDC1F5
RGB
CMYK
RGB Variations
Color information
#BDC1F5 (or 0xBDC1F5) is known color: Lavender Blue. HEX triplet: BD, C1 and F5. RGB value is (189,193,245). Sum of RGB (Red+Green+Blue) = 189+193+245=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDC1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F5 is #423E0A. Grayscale: #C5C5C5. Windows color (decimal): -4341259 or 16105917. OLE color: 16105917.
HSL color Cylindrical-coordinate representation of color #BDC1F5: hue angle of 235.71º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC1F5 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 193 | 245 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.04 |
| HSL | 235.71º | 0.74% | 0.85% | - |
| HSV(B) | 235.71º | 0.23% | 0.96% | - |
| XYZ | 56.54 | 55.55 | 94.13 | - |
| YUV | 197.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 245 | 0.23 | 0.21 | 0 | 0.04 | 235.71 | 0.74 | 0.85 |
| Hex | BD | C1 | F5 | 17 | 15 | 0 | 4 | EC | 4A | 55 |
| Octal | 275 | 301 | 365 | 27 | 25 | 0 | 4 | 354 | 112 | 125 |
| Binary | 10111101 | 11000001 | 11110101 | 10111 | 10101 | 0 | 100 | 11101100 | 1001010 | 1010101 |
Color Harmonies of #BDC1F5
Complementary color
Monochromatic Colors of #BDC1F5
Black with #BDC1F5
Text Example
Text Example
White with #BDC1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1F5; }
p { color: rgb(189,193,245); }
H1.HeaderClassName
{
color: #BDC1F5;
}
.AnyTagClassName
{
color: #BDC1F5;
}
</style>
background-color css
<style>
a { background-color: #BDC1F5; }
a { background-color: rgb(189,193,245); }
div.DivClassName
{
background-color: #BDC1F5;
}
.BgClassName
{
background-color: #BDC1F5;
}
</style>
border-color css
<style>
span { border-color: #BDC1F5; }
span { border-color: rgb(189,193,245); }
td.TdClassName
{
border-color: #BDC1F5;
}
.TagClassName
{
border-color: #BDC1F5;
}
</style>