Shades of Lavender Blue #BFC9FD
Tints of Lavender Blue #BFC9FD
RGB
CMYK
RGB Variations
Color information
#BFC9FD (or 0xBFC9FD) is known color: Lavender Blue. HEX triplet: BF, C9 and FD. RGB value is (191,201,253). Sum of RGB (Red+Green+Blue) = 191+201+253=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FD is #403602. Grayscale: #CBCBCB. Windows color (decimal): -4208131 or 16632255. OLE color: 16632255.
HSL color Cylindrical-coordinate representation of color #BFC9FD: hue angle of 230.32º 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 #BFC9FD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 201 | 253 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.01 |
| HSL | 230.32º | 0.94% | 0.87% | - |
| HSV(B) | 230.32º | 0.25% | 0.99% | - |
| XYZ | 60.1 | 59.94 | 101.33 | - |
| YUV | 203.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 253 | 0.25 | 0.21 | 0 | 0.01 | 230.32 | 0.94 | 0.87 |
| Hex | BF | C9 | FD | 19 | 15 | 0 | 1 | E6 | 5E | 57 |
| Octal | 277 | 311 | 375 | 31 | 25 | 0 | 1 | 346 | 136 | 127 |
| Binary | 10111111 | 11001001 | 11111101 | 11001 | 10101 | 0 | 1 | 11100110 | 1011110 | 1010111 |
Color Harmonies of #BFC9FD
Complementary color
Monochromatic Colors of #BFC9FD
Black with #BFC9FD
Text Example
Text Example
White with #BFC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9FD; }
p { color: rgb(191,201,253); }
H1.HeaderClassName
{
color: #BFC9FD;
}
.AnyTagClassName
{
color: #BFC9FD;
}
</style>
background-color css
<style>
a { background-color: #BFC9FD; }
a { background-color: rgb(191,201,253); }
div.DivClassName
{
background-color: #BFC9FD;
}
.BgClassName
{
background-color: #BFC9FD;
}
</style>
border-color css
<style>
span { border-color: #BFC9FD; }
span { border-color: rgb(191,201,253); }
td.TdClassName
{
border-color: #BFC9FD;
}
.TagClassName
{
border-color: #BFC9FD;
}
</style>