#BCB6DA

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

Shades of Lavender Grey #BCB6DA

Tints of Lavender Grey #BCB6DA

Color information

#BCB6DA (or 0xBCB6DA) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and DA. RGB value is (188,182,218). Sum of RGB (Red+Green+Blue) = 188+182+218=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6DA is #434925. Grayscale: #BBBBBB. Windows color (decimal): -4409638 or 14333628. OLE color: 14333628.

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

Color convert

RGB188182218-
CMYK0.140.1700.15
HSL250º32.73%78.43%-
HSV(B)250º16.51%85.49%-
XYZ50.1249.2173.19-
YUV187.9144.99128.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=31.97%
G=30.95%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881822180.140.1700.1525032.7378.43
HexBCB6DAE110Ffa214e
Octal274266332162101737241116
Binary10111100101101101101101011101000101111111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6DA; }

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

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

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

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

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

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

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

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