Shades of Lavender Blue #BDC0F2
Tints of Lavender Blue #BDC0F2
RGB
CMYK
RGB Variations
Color information
#BDC0F2 (or 0xBDC0F2) is known color: Lavender Blue. HEX triplet: BD, C0 and F2. RGB value is (189,192,242). Sum of RGB (Red+Green+Blue) = 189+192+242=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0F2 is #423F0D. Grayscale: #C4C4C4. Windows color (decimal): -4341518 or 15909053. OLE color: 15909053.
HSL color Cylindrical-coordinate representation of color #BDC0F2: hue angle of 236.6º degrees, saturation: 0.67, 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 #BDC0F2 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 192 | 242 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 236.6º | 0.67% | 0.85% | - |
| HSV(B) | 236.6º | 0.22% | 0.95% | - |
| XYZ | 55.86 | 54.93 | 91.66 | - |
| YUV | 196.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 242 | 0.22 | 0.21 | 0 | 0.05 | 236.6 | 0.67 | 0.85 |
| Hex | BD | C0 | F2 | 16 | 15 | 0 | 5 | ED | 43 | 55 |
| Octal | 275 | 300 | 362 | 26 | 25 | 0 | 5 | 355 | 103 | 125 |
| Binary | 10111101 | 11000000 | 11110010 | 10110 | 10101 | 0 | 101 | 11101101 | 1000011 | 1010101 |
Color Harmonies of #BDC0F2
Complementary color
Monochromatic Colors of #BDC0F2
Black with #BDC0F2
Text Example
Text Example
White with #BDC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0F2; }
p { color: rgb(189,192,242); }
H1.HeaderClassName
{
color: #BDC0F2;
}
.AnyTagClassName
{
color: #BDC0F2;
}
</style>
background-color css
<style>
a { background-color: #BDC0F2; }
a { background-color: rgb(189,192,242); }
div.DivClassName
{
background-color: #BDC0F2;
}
.BgClassName
{
background-color: #BDC0F2;
}
</style>
border-color css
<style>
span { border-color: #BDC0F2; }
span { border-color: rgb(189,192,242); }
td.TdClassName
{
border-color: #BDC0F2;
}
.TagClassName
{
border-color: #BDC0F2;
}
</style>