#BCBCD5

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

Shades of Lavender Grey #BCBCD5

Tints of Lavender Grey #BCBCD5

Color information

#BCBCD5 (or 0xBCBCD5) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and D5. RGB value is (188,188,213). Sum of RGB (Red+Green+Blue) = 188+188+213=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCD5 is #43432A. Grayscale: #BEBEBE. Windows color (decimal): -4408107 or 14007484. OLE color: 14007484.

HSL color Cylindrical-coordinate representation of color #BCBCD5: hue angle of 240º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBCD5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188188213-
CMYK0.120.1200.16
HSL240º22.94%78.63%-
HSV(B)240º11.74%83.53%-
XYZ50.7351.4670.21-
YUV190.85140.5125.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=31.92%
G=31.92%
B=36.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881882130.120.1200.1624022.9478.63
HexBCBCD5CC010f0174f
Octal274274325141402036027117
Binary1011110010111100110101011100110001000011110000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCD5; }

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

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

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

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

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

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

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

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