#BFBDEB

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

Shades of Lavender Grey #BFBDEB

Tints of Lavender Grey #BFBDEB

Color information

#BFBDEB (or 0xBFBDEB) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and EB. RGB value is (191,189,235). Sum of RGB (Red+Green+Blue) = 191+189+235=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEB is #404214. Grayscale: #C2C2C2. Windows color (decimal): -4211221 or 15449535. OLE color: 15449535.

HSL color Cylindrical-coordinate representation of color #BFBDEB: hue angle of 242.61º degrees, saturation: 0.53, 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 #BFBDEB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191189235-
CMYK0.190.2000.08
HSL242.61º53.49%83.14%-
HSV(B)242.61º19.57%92.16%-
XYZ54.6853.4786.04-
YUV194.84150.66125.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=31.06%
G=30.73%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911892350.190.2000.08242.6153.4983.14
HexBFBDEB131408f33553
Octal277275353232401036365123
Binary101111111011110111101011100111010001000111100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDEB; }

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

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

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

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

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

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

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

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