#BCBCDA

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

Shades of Lavender Grey #BCBCDA

Tints of Lavender Grey #BCBCDA

Color information

#BCBCDA (or 0xBCBCDA) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and DA. RGB value is (188,188,218). Sum of RGB (Red+Green+Blue) = 188+188+218=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCDA is #434325. Grayscale: #BFBFBF. Windows color (decimal): -4408102 or 14335164. OLE color: 14335164.

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

Color convert

RGB188188218-
CMYK0.140.1400.15
HSL240º28.85%79.61%-
HSV(B)240º13.76%85.49%-
XYZ51.3851.7273.6-
YUV191.42143125.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=31.65%
G=31.65%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881882180.140.1400.1524028.8579.61
HexBCBCDAEE0Ff01d50
Octal274274332161601736035120
Binary101111001011110011011010111011100111111110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCDA; }

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

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

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

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

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

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

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

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