#BFBDDF

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

Shades of Lavender Grey #BFBDDF

Tints of Lavender Grey #BFBDDF

Color information

#BFBDDF (or 0xBFBDDF) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and DF. RGB value is (191,189,223). Sum of RGB (Red+Green+Blue) = 191+189+223=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDF is #404220. Grayscale: #C1C1C1. Windows color (decimal): -4211233 or 14663103. OLE color: 14663103.

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

Color convert

RGB191189223-
CMYK0.140.1500.13
HSL243.53º34.69%80.78%-
HSV(B)243.53º15.25%87.45%-
XYZ5352.877.21-
YUV193.47144.66126.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=31.67%
G=31.34%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911892230.140.1500.13243.5334.6980.78
HexBFBDDFEF0Df42351
Octal277275337161701536443121
Binary1011111110111101110111111110111101101111101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDDF; }

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

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

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

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

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

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

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

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