#BCBBD1

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

Shades of Lavender Grey #BCBBD1

Tints of Lavender Grey #BCBBD1

Color information

#BCBBD1 (or 0xBCBBD1) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D1. RGB value is (188,187,209). Sum of RGB (Red+Green+Blue) = 188+187+209=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD1 is #43442E. Grayscale: #BDBDBD. Windows color (decimal): -4408367 or 13745084. OLE color: 13745084.

HSL color Cylindrical-coordinate representation of color #BCBBD1: hue angle of 242.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBBD1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188187209-
CMYK0.100.1100.18
HSL242.73º19.3%77.65%-
HSV(B)242.73º10.53%81.96%-
XYZ50.0250.8467.5-
YUV189.81138.83126.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=32.19%
G=32.02%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881872090.100.1100.18242.7319.377.65
HexBCBBD1AB012f3134e
Octal274273321121302236323116
Binary1011110010111011110100011010101101001011110011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD1; }

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

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

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

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

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

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

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

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