#BDBFDC

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

Shades of Lavender Grey #BDBFDC

Tints of Lavender Grey #BDBFDC

Color information

#BDBFDC (or 0xBDBFDC) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and DC. RGB value is (189,191,220). Sum of RGB (Red+Green+Blue) = 189+191+220=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDC is #424023. Grayscale: #C1C1C1. Windows color (decimal): -4341796 or 14467005. OLE color: 14467005.

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

Color convert

RGB189191220-
CMYK0.140.1300.14
HSL236.13º30.69%80.2%-
HSV(B)236.13º14.09%86.27%-
XYZ52.5453.2575.22-
YUV193.71142.84124.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=31.5%
G=31.83%
B=36.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891912200.140.1300.14236.1330.6980.2
HexBDBFDCED0Eec1f50
Octal275277334161501635437120
Binary101111011011111111011100111011010111011101100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFDC; }

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

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

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

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

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

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

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

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