Shades of Lavender Blue #BFC0FD
Tints of Lavender Blue #BFC0FD
RGB
CMYK
RGB Variations
Color information
#BFC0FD (or 0xBFC0FD) is known color: Lavender Blue. HEX triplet: BF, C0 and FD. RGB value is (191,192,253). Sum of RGB (Red+Green+Blue) = 191+192+253=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0FD is #403F02. Grayscale: #C6C6C6. Windows color (decimal): -4210435 or 16629951. OLE color: 16629951.
HSL color Cylindrical-coordinate representation of color #BFC0FD: hue angle of 239.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC0FD is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 192 | 253 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.01 |
| HSL | 239.03º | 0.94% | 0.87% | - |
| HSV(B) | 239.03º | 0.25% | 0.99% | - |
| XYZ | 58.07 | 55.87 | 100.65 | - |
| YUV | 198.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 253 | 0.25 | 0.24 | 0 | 0.01 | 239.03 | 0.94 | 0.87 |
| Hex | BF | C0 | FD | 19 | 18 | 0 | 1 | EF | 5E | 57 |
| Octal | 277 | 300 | 375 | 31 | 30 | 0 | 1 | 357 | 136 | 127 |
| Binary | 10111111 | 11000000 | 11111101 | 11001 | 11000 | 0 | 1 | 11101111 | 1011110 | 1010111 |
Color Harmonies of #BFC0FD
Complementary color
Monochromatic Colors of #BFC0FD
Black with #BFC0FD
Text Example
Text Example
White with #BFC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0FD; }
p { color: rgb(191,192,253); }
H1.HeaderClassName
{
color: #BFC0FD;
}
.AnyTagClassName
{
color: #BFC0FD;
}
</style>
background-color css
<style>
a { background-color: #BFC0FD; }
a { background-color: rgb(191,192,253); }
div.DivClassName
{
background-color: #BFC0FD;
}
.BgClassName
{
background-color: #BFC0FD;
}
</style>
border-color css
<style>
span { border-color: #BFC0FD; }
span { border-color: rgb(191,192,253); }
td.TdClassName
{
border-color: #BFC0FD;
}
.TagClassName
{
border-color: #BFC0FD;
}
</style>