#BCBCD1

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

Shades of Lavender Grey #BCBCD1

Tints of Lavender Grey #BCBCD1

Color information

#BCBCD1 (or 0xBCBCD1) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and D1. RGB value is (188,188,209). Sum of RGB (Red+Green+Blue) = 188+188+209=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCD1 is #43432E. Grayscale: #BEBEBE. Windows color (decimal): -4408111 or 13745340. OLE color: 13745340.

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

Color convert

RGB188188209-
CMYK0.100.1000.18
HSL240º18.58%77.84%-
HSV(B)240º10.05%81.96%-
XYZ50.2351.2667.57-
YUV190.39138.5126.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=32.14%
G=32.14%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881882090.100.1000.1824018.5877.84
HexBCBCD1AA012f0134e
Octal274274321121202236023116
Binary1011110010111100110100011010101001001011110000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCD1; }

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

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

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

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

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

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

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

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