#BCBBDD

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

Shades of Lavender Grey #BCBBDD

Tints of Lavender Grey #BCBBDD

Color information

#BCBBDD (or 0xBCBBDD) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and DD. RGB value is (188,187,221). Sum of RGB (Red+Green+Blue) = 188+187+221=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDD is #434422. Grayscale: #BFBFBF. Windows color (decimal): -4408355 or 14531516. OLE color: 14531516.

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

Color convert

RGB188187221-
CMYK0.150.1500.13
HSL241.76º33.33%80%-
HSV(B)241.76º15.38%86.67%-
XYZ51.5651.4575.62-
YUV191.18144.83125.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=31.54%
G=31.38%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881872210.150.1500.13241.7633.3380
HexBCBBDDFF0Df22150
Octal274273335171701536241120
Binary1011110010111011110111011111111101101111100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBDD; }

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

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

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

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

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

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

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

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