#BCBAD3

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

Shades of Lavender Grey #BCBAD3

Tints of Lavender Grey #BCBAD3

Color information

#BCBAD3 (or 0xBCBAD3) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and D3. RGB value is (188,186,211). Sum of RGB (Red+Green+Blue) = 188+186+211=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD3 is #43452C. Grayscale: #BDBDBD. Windows color (decimal): -4408621 or 13875900. OLE color: 13875900.

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

Color convert

RGB188186211-
CMYK0.110.1200.17
HSL244.8º22.12%77.84%-
HSV(B)244.8º11.85%82.75%-
XYZ50.0650.5168.74-
YUV189.45140.16126.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=32.14%
G=31.79%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881862110.110.1200.17244.822.1277.84
HexBCBAD3BC011f5164e
Octal274272323131402136526116
Binary1011110010111010110100111011110001000111110101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAD3; }

 p { color: rgb(188,186,211); }

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

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

 a { background-color: rgb(188,186,211); }

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

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

 span { border-color: rgb(188,186,211); }

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