#BCB8D8

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

Shades of Lavender Grey #BCB8D8

Tints of Lavender Grey #BCB8D8

Color information

#BCB8D8 (or 0xBCB8D8) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and D8. RGB value is (188,184,216). Sum of RGB (Red+Green+Blue) = 188+184+216=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCB8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8D8 is #434727. Grayscale: #BCBCBC. Windows color (decimal): -4409128 or 14203068. OLE color: 14203068.

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

Color convert

RGB188184216-
CMYK0.130.1500.15
HSL247.5º29.09%78.43%-
HSV(B)247.5º14.81%84.71%-
XYZ50.2749.9371.95-
YUV188.84143.33127.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=31.97%
G=31.29%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881842160.130.1500.15247.529.0978.43
HexBCB8D8DF0Ff81d4e
Octal274270330151701737035116
Binary101111001011100011011000110111110111111111000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8D8; }

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

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

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

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

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

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

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

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