#BCB8D7

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

Shades of Lavender Grey #BCB8D7

Tints of Lavender Grey #BCB8D7

Color information

#BCB8D7 (or 0xBCB8D7) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and D7. RGB value is (188,184,215). Sum of RGB (Red+Green+Blue) = 188+184+215=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8D7 is #434728. Grayscale: #BCBCBC. Windows color (decimal): -4409129 or 14137532. OLE color: 14137532.

HSL color Cylindrical-coordinate representation of color #BCB8D7: hue angle of 247.74º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB8D7 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188184215-
CMYK0.130.1400.16
HSL247.74º27.93%78.24%-
HSV(B)247.74º14.42%84.31%-
XYZ50.1549.8871.27-
YUV188.73142.83127.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=32.03%
G=31.35%
B=36.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881842150.130.1400.16247.7427.9378.24
HexBCB8D7DE010f81c4e
Octal274270327151602037034116
Binary1011110010111000110101111101111001000011111000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8D7; }

 p { color: rgb(188,184,215); }

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

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

 a { background-color: rgb(188,184,215); }

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

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

 span { border-color: rgb(188,184,215); }

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