#bfbddc

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

Shades of Lavender Grey #BFBDDC

Tints of Lavender Grey #BFBDDC

Color information

#BFBDDC (or 0xBFBDDC) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and DC. RGB value is (191,189,220). Sum of RGB (Red+Green+Blue) = 191+189+220=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 189 (74.22% from 255 or 31.5% 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 #BFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDC is #404223. Grayscale: #C1C1C1. Windows color (decimal): -4211236 or 14466495. OLE color: 14466495.

HSL color Cylindrical-coordinate representation of color #BFBDDC: hue angle of 243.87º 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 #BFBDDC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191189220-
CMYK0.130.1400.14
HSL243.87º30.69%80.2%-
HSV(B)243.87º14.09%86.27%-
XYZ52.652.6475.1-
YUV193.13143.16126.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911892200.130.1400.14243.8730.6980.2
HexBFBDDCDE0Ef41f50
Octal277275334151601636437120
Binary101111111011110111011100110111100111011110100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfbddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfbddc; }

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

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

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

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

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

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

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

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