#BDBFDD

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

Shades of Lavender Grey #BDBFDD

Tints of Lavender Grey #BDBFDD

Color information

#BDBFDD (or 0xBDBFDD) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and DD. RGB value is (189,191,221). Sum of RGB (Red+Green+Blue) = 189+191+221=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDD is #424022. Grayscale: #C1C1C1. Windows color (decimal): -4341795 or 14532541. OLE color: 14532541.

HSL color Cylindrical-coordinate representation of color #BDBFDD: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBFDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189191221-
CMYK0.140.1400.13
HSL236.25º32%80.39%-
HSV(B)236.25º14.48%86.67%-
XYZ52.6753.375.92-
YUV193.82143.34124.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=31.45%
G=31.78%
B=36.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891912210.140.1400.13236.253280.39
HexBDBFDDEE0Dec2050
Octal275277335161601535440120
Binary1011110110111111110111011110111001101111011001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFDD; }

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

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

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

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

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

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

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

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