#BCB7E9

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

Shades of Lavender Grey #BCB7E9

Tints of Lavender Grey #BCB7E9

Color information

#BCB7E9 (or 0xBCB7E9) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and E9. RGB value is (188,183,233). Sum of RGB (Red+Green+Blue) = 188+183+233=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7E9 is #434816. Grayscale: #BEBEBE. Windows color (decimal): -4409367 or 15316924. OLE color: 15316924.

HSL color Cylindrical-coordinate representation of color #BCB7E9: hue angle of 246º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB7E9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188183233-
CMYK0.190.2100.09
HSL246º53.19%81.57%-
HSV(B)246º21.46%91.37%-
XYZ52.3850.4484.07-
YUV190.2152.16126.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=31.13%
G=30.30%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881832330.190.2100.0924653.1981.57
HexBCB7E9131509f63552
Octal274267351232501136665122
Binary101111001011011111101001100111010101001111101101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7E9; }

 p { color: rgb(188,183,233); }

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

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

 a { background-color: rgb(188,183,233); }

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

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

 span { border-color: rgb(188,183,233); }

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