#BCBDD3

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

Shades of Lavender Grey #BCBDD3

Tints of Lavender Grey #BCBDD3

Color information

#BCBDD3 (or 0xBCBDD3) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and D3. RGB value is (188,189,211). Sum of RGB (Red+Green+Blue) = 188+189+211=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD3 is #43422C. Grayscale: #BFBFBF. Windows color (decimal): -4407853 or 13876668. OLE color: 13876668.

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

Color convert

RGB188189211-
CMYK0.110.1000.17
HSL237.39º20.72%78.24%-
HSV(B)237.39º10.9%82.75%-
XYZ50.6951.7968.95-
YUV191.21139.17125.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=31.97%
G=32.14%
B=35.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881892110.110.1000.17237.3920.7278.24
HexBCBDD3BA011ed154e
Octal274275323131202135525116
Binary1011110010111101110100111011101001000111101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDD3; }

 p { color: rgb(188,189,211); }

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

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

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

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

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

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

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