Shades of Lavender Blue #BFB1FD
Tints of Lavender Blue #BFB1FD
RGB
CMYK
RGB Variations
Color information
#BFB1FD (or 0xBFB1FD) is known color: Lavender Blue. HEX triplet: BF, B1 and FD. RGB value is (191,177,253). Sum of RGB (Red+Green+Blue) = 191+177+253=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1FD is #404E02. Grayscale: #BDBDBD. Windows color (decimal): -4214275 or 16626111. OLE color: 16626111.
HSL color Cylindrical-coordinate representation of color #BFB1FD: hue angle of 251.05º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB1FD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 191 | 177 | 253 | - |
CMYK | 0.25 | 0.30 | 0 | 0.01 |
HSL | 251.05º | 0.95% | 0.84% | - |
HSV(B) | 251.05º | 0.3% | 0.99% | - |
XYZ | 54.94 | 49.61 | 99.61 | - |
YUV | 189.85 | 163.64 | 128.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 177 | 253 | 0.25 | 0.30 | 0 | 0.01 | 251.05 | 0.95 | 0.84 |
Hex | BF | B1 | FD | 19 | 1E | 0 | 1 | FB | 5F | 54 |
Octal | 277 | 261 | 375 | 31 | 36 | 0 | 1 | 373 | 137 | 124 |
Binary | 10111111 | 10110001 | 11111101 | 11001 | 11110 | 0 | 1 | 11111011 | 1011111 | 1010100 |
Color Harmonies of #BFB1FD
Complementary color
Monochromatic Colors of #BFB1FD
Black with #BFB1FD
Text Example
Text Example
White with #BFB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1FD; }
p { color: rgb(191,177,253); }
H1.HeaderClassName
{
color: #BFB1FD;
}
.AnyTagClassName
{
color: #BFB1FD;
}
</style>
background-color css
<style>
a { background-color: #BFB1FD; }
a { background-color: rgb(191,177,253); }
div.DivClassName
{
background-color: #BFB1FD;
}
.BgClassName
{
background-color: #BFB1FD;
}
</style>
border-color css
<style>
span { border-color: #BFB1FD; }
span { border-color: rgb(191,177,253); }
td.TdClassName
{
border-color: #BFB1FD;
}
.TagClassName
{
border-color: #BFB1FD;
}
</style>