#BFB1FE

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

Shades of Lavender Blue #BFB1FE

Tints of Lavender Blue #BFB1FE

Color information

#BFB1FE (or 0xBFB1FE) is unknown color: approx Lavender Blue. HEX triplet: BF, B1 and FE. RGB value is (191,177,254). Sum of RGB (Red+Green+Blue) = 191+177+254=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1FE is #404E01. Grayscale: #BDBDBD. Windows color (decimal): -4214274 or 16691647. OLE color: 16691647.

HSL color Cylindrical-coordinate representation of color #BFB1FE: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB1FE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191177254-
CMYK0.250.3000.00
HSL250.91º97.47%84.51%-
HSV(B)250.91º30.31%99.61%-
XYZ55.149.68100.45-
YUV189.96164.14128.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=30.71%
G=28.46%
B=40.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911772540.250.3000.00250.9197.4784.51
HexBFB1FE191E00fb6155
Octal277261376313600373141125
Binary1011111110110001111111101100111110001111101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1FE; }

 p { color: rgb(191,177,254); }

 H1.HeaderClassName
 {
   color: #BFB1FE;
 }
 .AnyTagClassName
 {
   color: #BFB1FE;
 }
</style>
background-color css

<style>
 a { background-color: #BFB1FE; }

 a { background-color: rgb(191,177,254); }

 div.DivClassName
 {
   background-color: #BFB1FE;
 }
 .BgClassName
 {
   background-color: #BFB1FE;
 }
</style>
border-color css

<style>
 span { border-color: #BFB1FE; }

 span { border-color: rgb(191,177,254); }

 td.TdClassName
 {
   border-color: #BFB1FE;
 }
 .TagClassName
 {
   border-color: #BFB1FE;
 }
</style>