#BCBADD

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

Shades of Lavender Grey #BCBADD

Tints of Lavender Grey #BCBADD

Color information

#BCBADD (or 0xBCBADD) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and DD. RGB value is (188,186,221). Sum of RGB (Red+Green+Blue) = 188+186+221=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADD is #434522. Grayscale: #BEBEBE. Windows color (decimal): -4408611 or 14531260. OLE color: 14531260.

HSL color Cylindrical-coordinate representation of color #BCBADD: hue angle of 243.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBADD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188186221-
CMYK0.150.1600.13
HSL243.43º33.98%79.8%-
HSV(B)243.43º15.84%86.67%-
XYZ51.3551.0375.55-
YUV190.59145.16126.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=31.60%
G=31.26%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881862210.150.1600.13243.4333.9879.8
HexBCBADDF100Df32250
Octal274272335172001536342120
Binary10111100101110101101110111111000001101111100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBADD; }

 p { color: rgb(188,186,221); }

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

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

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

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

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

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

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