#BFBCD4

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

Shades of Lavender Grey #BFBCD4

Tints of Lavender Grey #BFBCD4

Color information

#BFBCD4 (or 0xBFBCD4) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and D4. RGB value is (191,188,212). Sum of RGB (Red+Green+Blue) = 191+188+212=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD4 is #40432B. Grayscale: #BFBFBF. Windows color (decimal): -4211500 or 13941951. OLE color: 13941951.

HSL color Cylindrical-coordinate representation of color #BFBCD4: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBCD4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191188212-
CMYK0.100.1100.17
HSL247.5º21.82%78.43%-
HSV(B)247.5º11.32%83.14%-
XYZ51.3551.869.58-
YUV191.63139.49127.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=32.32%
G=31.81%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911882120.100.1100.17247.521.8278.43
HexBFBCD4AB011f8164e
Octal277274324121302137026116
Binary1011111110111100110101001010101101000111111000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCD4; }

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

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

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

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

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

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

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

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