#BFBED5

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

Shades of Lavender Grey #BFBED5

Tints of Lavender Grey #BFBED5

Color information

#BFBED5 (or 0xBFBED5) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and D5. RGB value is (191,190,213). Sum of RGB (Red+Green+Blue) = 191+190+213=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED5 is #40412A. Grayscale: #C0C0C0. Windows color (decimal): -4210987 or 14007999. OLE color: 14007999.

HSL color Cylindrical-coordinate representation of color #BFBED5: hue angle of 242.61º degrees, saturation: 0.21, 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 #BFBED5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191190213-
CMYK0.100.1100.16
HSL242.61º21.5%79.02%-
HSV(B)242.61º10.8%83.53%-
XYZ51.9152.7170.39-
YUV192.92139.33126.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=32.15%
G=31.99%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911902130.100.1100.16242.6121.579.02
HexBFBED5AB010f3154f
Octal277276325121302036325117
Binary1011111110111110110101011010101101000011110011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBED5; }

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

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

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

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

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

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

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

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