#BCBBD7

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

Shades of Lavender Grey #BCBBD7

Tints of Lavender Grey #BCBBD7

Color information

#BCBBD7 (or 0xBCBBD7) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D7. RGB value is (188,187,215). Sum of RGB (Red+Green+Blue) = 188+187+215=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD7 is #434428. Grayscale: #BEBEBE. Windows color (decimal): -4408361 or 14138300. OLE color: 14138300.

HSL color Cylindrical-coordinate representation of color #BCBBD7: hue angle of 242.14º degrees, saturation: 0.26, 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 #BCBBD7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188187215-
CMYK0.130.1300.16
HSL242.14º25.93%78.82%-
HSV(B)242.14º13.02%84.31%-
XYZ50.7851.1471.48-
YUV190.49141.83126.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=31.86%
G=31.69%
B=36.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881872150.130.1300.16242.1425.9378.82
HexBCBBD7DD010f21a4f
Octal274273327151502036232117
Binary1011110010111011110101111101110101000011110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD7; }

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

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

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

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

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

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

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

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