#BCBDD4

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

Shades of Lavender Grey #BCBDD4

Tints of Lavender Grey #BCBDD4

Color information

#BCBDD4 (or 0xBCBDD4) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and D4. RGB value is (188,189,212). Sum of RGB (Red+Green+Blue) = 188+189+212=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD4 is #43422B. Grayscale: #BFBFBF. Windows color (decimal): -4407852 or 13942204. OLE color: 13942204.

HSL color Cylindrical-coordinate representation of color #BCBDD4: hue angle of 237.5º degrees, saturation: 0.22, 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 #BCBDD4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188189212-
CMYK0.110.1100.17
HSL237.5º21.82%78.43%-
HSV(B)237.5º11.32%83.14%-
XYZ50.8251.8469.61-
YUV191.32139.67125.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=31.92%
G=32.09%
B=35.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881892120.110.1100.17237.521.8278.43
HexBCBDD4BB011ee164e
Octal274275324131302135626116
Binary1011110010111101110101001011101101000111101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDD4; }

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

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

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

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

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

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

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

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