#BFB1FD

Color #BFB1FD Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BFB1FD

Tints of Lavender Blue #BFB1FD

Color information

#BFB1FD (or 0xBFB1FD) is unknown color: approx 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

RGB191177253-
CMYK0.250.3000.01
HSL251.05º95%84.31%-
HSV(B)251.05º30.04%99.22%-
XYZ54.9449.6199.61-
YUV189.85163.64128.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=30.76%
G=28.50%
B=40.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911772530.250.3000.01251.059584.31
HexBFB1FD191E01fb5f54
Octal277261375313601373137124
Binary1011111110110001111111011100111110011111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>