#BCB8E5

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

Shades of Lavender Grey #BCB8E5

Tints of Lavender Grey #BCB8E5

Color information

#BCB8E5 (or 0xBCB8E5) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and E5. RGB value is (188,184,229). Sum of RGB (Red+Green+Blue) = 188+184+229=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8E5 is #43471A. Grayscale: #BEBEBE. Windows color (decimal): -4409115 or 15055036. OLE color: 15055036.

HSL color Cylindrical-coordinate representation of color #BCB8E5: hue angle of 245.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB8E5 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188184229-
CMYK0.180.2000.10
HSL245.33º46.39%80.98%-
HSV(B)245.33º19.65%89.8%-
XYZ52.0250.6381.16-
YUV190.33149.83126.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 184 (72.27% from 255) = 30.62%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=31.28%
G=30.62%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881842290.180.2000.10245.3346.3980.98
HexBCB8E512140Af52e51
Octal274270345222401236556121
Binary101111001011100011100101100101010001010111101011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8E5; }

 p { color: rgb(188,184,229); }

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

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

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

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

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

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

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