#BDBFDA

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

Shades of Lavender Grey #BDBFDA

Tints of Lavender Grey #BDBFDA

Color information

#BDBFDA (or 0xBDBFDA) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and DA. RGB value is (189,191,218). Sum of RGB (Red+Green+Blue) = 189+191+218=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDA is #424025. Grayscale: #C1C1C1. Windows color (decimal): -4341798 or 14335933. OLE color: 14335933.

HSL color Cylindrical-coordinate representation of color #BDBFDA: hue angle of 235.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBFDA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189191218-
CMYK0.130.1200.15
HSL235.86º28.16%79.8%-
HSV(B)235.86º13.3%85.49%-
XYZ52.2753.1473.83-
YUV193.48141.84124.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=31.61%
G=31.94%
B=36.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891912180.130.1200.15235.8628.1679.8
HexBDBFDADC0Fec1c50
Octal275277332151401735434120
Binary101111011011111111011010110111000111111101100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFDA; }

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

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

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

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

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

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

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

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