Shades of Lavender Blue #BDC1F8
Tints of Lavender Blue #BDC1F8
RGB
CMYK
RGB Variations
Color information
#BDC1F8 (or 0xBDC1F8) is known color: Lavender Blue. HEX triplet: BD, C1 and F8. RGB value is (189,193,248). Sum of RGB (Red+Green+Blue) = 189+193+248=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDC1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F8 is #423E07. Grayscale: #C5C5C5. Windows color (decimal): -4341256 or 16302525. OLE color: 16302525.
HSL color Cylindrical-coordinate representation of color #BDC1F8: hue angle of 235.93º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC1F8 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 193 | 248 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.03 |
| HSL | 235.93º | 0.81% | 0.86% | - |
| HSV(B) | 235.93º | 0.24% | 0.97% | - |
| XYZ | 57 | 55.74 | 96.56 | - |
| YUV | 198.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 248 | 0.24 | 0.22 | 0 | 0.03 | 235.93 | 0.81 | 0.86 |
| Hex | BD | C1 | F8 | 18 | 16 | 0 | 3 | EC | 51 | 56 |
| Octal | 275 | 301 | 370 | 30 | 26 | 0 | 3 | 354 | 121 | 126 |
| Binary | 10111101 | 11000001 | 11111000 | 11000 | 10110 | 0 | 11 | 11101100 | 1010001 | 1010110 |
Color Harmonies of #BDC1F8
Complementary color
Monochromatic Colors of #BDC1F8
Black with #BDC1F8
Text Example
Text Example
White with #BDC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1F8; }
p { color: rgb(189,193,248); }
H1.HeaderClassName
{
color: #BDC1F8;
}
.AnyTagClassName
{
color: #BDC1F8;
}
</style>
background-color css
<style>
a { background-color: #BDC1F8; }
a { background-color: rgb(189,193,248); }
div.DivClassName
{
background-color: #BDC1F8;
}
.BgClassName
{
background-color: #BDC1F8;
}
</style>
border-color css
<style>
span { border-color: #BDC1F8; }
span { border-color: rgb(189,193,248); }
td.TdClassName
{
border-color: #BDC1F8;
}
.TagClassName
{
border-color: #BDC1F8;
}
</style>