#BFBCEB

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

Shades of Lavender Grey #BFBCEB

Tints of Lavender Grey #BFBCEB

Color information

#BFBCEB (or 0xBFBCEB) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and EB. RGB value is (191,188,235). Sum of RGB (Red+Green+Blue) = 191+188+235=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEB is #404314. Grayscale: #C2C2C2. Windows color (decimal): -4211477 or 15449279. OLE color: 15449279.

HSL color Cylindrical-coordinate representation of color #BFBCEB: hue angle of 243.83º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBCEB is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191188235-
CMYK0.190.200.08
HSL243.83º54.02%82.94%-
HSV(B)243.83º20%92.16%-
XYZ54.4653.0485.96-
YUV194.25150.99125.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=31.11%
G=30.62%
B=38.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911882350.190.200.08243.8354.0282.94
HexBFBCEB131408f43653
Octal277274353232401036466123
Binary101111111011110011101011100111010001000111101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCEB; }

 p { color: rgb(191,188,235); }

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

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

 a { background-color: rgb(191,188,235); }

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

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

 span { border-color: rgb(191,188,235); }

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