#BCBBD6

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

Shades of Lavender Grey #BCBBD6

Tints of Lavender Grey #BCBBD6

Color information

#BCBBD6 (or 0xBCBBD6) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D6. RGB value is (188,187,214). Sum of RGB (Red+Green+Blue) = 188+187+214=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD6 is #434429. Grayscale: #BEBEBE. Windows color (decimal): -4408362 or 14072764. OLE color: 14072764.

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

Color convert

RGB188187214-
CMYK0.120.1300.16
HSL242.22º24.77%78.63%-
HSV(B)242.22º12.62%83.92%-
XYZ50.6551.0970.81-
YUV190.38141.33126.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=31.92%
G=31.75%
B=36.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881872140.120.1300.16242.2224.7778.63
HexBCBBD6CD010f2194f
Octal274273326141502036231117
Binary1011110010111011110101101100110101000011110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD6; }

 p { color: rgb(188,187,214); }

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

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

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

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

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

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

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