#BCBBE1

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

Shades of Lavender Grey #BCBBE1

Tints of Lavender Grey #BCBBE1

Color information

#BCBBE1 (or 0xBCBBE1) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and E1. RGB value is (188,187,225). Sum of RGB (Red+Green+Blue) = 188+187+225=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE1 is #43441E. Grayscale: #BFBFBF. Windows color (decimal): -4408351 or 14793660. OLE color: 14793660.

HSL color Cylindrical-coordinate representation of color #BCBBE1: hue angle of 241.58º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBBE1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188187225-
CMYK0.160.1700.12
HSL241.58º38.78%80.78%-
HSV(B)241.58º16.89%88.24%-
XYZ52.151.6778.46-
YUV191.63146.83125.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=31.33%
G=31.17%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881872250.160.1700.12241.5838.7880.78
HexBCBBE110110Cf22751
Octal274273341202101436247121
Binary101111001011101111100001100001000101100111100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBE1; }

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

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

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

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

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

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

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

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