#BFBCDA

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

Shades of Lavender Grey #BFBCDA

Tints of Lavender Grey #BFBCDA

Color information

#BFBCDA (or 0xBFBCDA) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and DA. RGB value is (191,188,218). Sum of RGB (Red+Green+Blue) = 191+188+218=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDA is #404325. Grayscale: #C0C0C0. Windows color (decimal): -4211494 or 14335167. OLE color: 14335167.

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

Color convert

RGB191188218-
CMYK0.120.1400.15
HSL246º28.85%79.61%-
HSV(B)246º13.76%85.49%-
XYZ52.1252.173.64-
YUV192.32142.49127.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=31.99%
G=31.49%
B=36.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911882180.120.1400.1524628.8579.61
HexBFBCDACE0Ff61d50
Octal277274332141601736635120
Binary101111111011110011011010110011100111111110110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCDA; }

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

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

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

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

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

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

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

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