#BFBED6

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

Shades of Lavender Grey #BFBED6

Tints of Lavender Grey #BFBED6

Color information

#BFBED6 (or 0xBFBED6) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and D6. RGB value is (191,190,214). Sum of RGB (Red+Green+Blue) = 191+190+214=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED6 is #404129. Grayscale: #C0C0C0. Windows color (decimal): -4210986 or 14073535. OLE color: 14073535.

HSL color Cylindrical-coordinate representation of color #BFBED6: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBED6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191190214-
CMYK0.110.1100.16
HSL242.5º22.64%79.22%-
HSV(B)242.5º11.21%83.92%-
XYZ52.0452.7671.06-
YUV193.03139.83126.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=32.10%
G=31.93%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911902140.110.1100.16242.522.6479.22
HexBFBED6BB010f2174f
Octal277276326131302036227117
Binary1011111110111110110101101011101101000011110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBED6; }

 p { color: rgb(191,190,214); }

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

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

 a { background-color: rgb(191,190,214); }

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

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

 span { border-color: rgb(191,190,214); }

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