#BFBBF0

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

Shades of Lavender Grey #BFBBF0

Tints of Lavender Grey #BFBBF0

Color information

#BFBBF0 (or 0xBFBBF0) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and F0. RGB value is (191,187,240). Sum of RGB (Red+Green+Blue) = 191+187+240=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF0 is #40440F. Grayscale: #C2C2C2. Windows color (decimal): -4211728 or 15776703. OLE color: 15776703.

HSL color Cylindrical-coordinate representation of color #BFBBF0: hue angle of 244.53º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBBF0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191187240-
CMYK0.200.2200.06
HSL244.53º63.86%83.73%-
HSV(B)244.53º22.08%94.12%-
XYZ54.9852.9189.75-
YUV194.24153.83125.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=30.91%
G=30.26%
B=38.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911872400.200.2200.06244.5363.8683.73
HexBFBBF0141606f54054
Octal277273360242606365100124
Binary101111111011101111110000101001011001101111010110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBF0; }

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

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

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

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

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

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

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

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