#BFBBF1

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

Shades of Lavender Grey #BFBBF1

Tints of Lavender Grey #BFBBF1

Color information

#BFBBF1 (or 0xBFBBF1) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and F1. RGB value is (191,187,241). Sum of RGB (Red+Green+Blue) = 191+187+241=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF1 is #40440E. Grayscale: #C2C2C2. Windows color (decimal): -4211727 or 15842239. OLE color: 15842239.

HSL color Cylindrical-coordinate representation of color #BFBBF1: hue angle of 244.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBBF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191187241-
CMYK0.210.2200.05
HSL244.44º65.85%83.92%-
HSV(B)244.44º22.41%94.51%-
XYZ55.1352.9790.54-
YUV194.35154.33125.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=30.86%
G=30.21%
B=38.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911872410.210.2200.05244.4465.8583.92
HexBFBBF1151605f44254
Octal277273361252605364102124
Binary101111111011101111110001101011011001011111010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBF1; }

 p { color: rgb(191,187,241); }

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

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

 a { background-color: rgb(191,187,241); }

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

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

 span { border-color: rgb(191,187,241); }

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