#BCB7E6

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

Shades of Lavender Grey #BCB7E6

Tints of Lavender Grey #BCB7E6

Color information

#BCB7E6 (or 0xBCB7E6) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and E6. RGB value is (188,183,230). Sum of RGB (Red+Green+Blue) = 188+183+230=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7E6 is #434819. Grayscale: #BDBDBD. Windows color (decimal): -4409370 or 15120316. OLE color: 15120316.

HSL color Cylindrical-coordinate representation of color #BCB7E6: hue angle of 246.38º degrees, saturation: 0.48, 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 #BCB7E6 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188183230-
CMYK0.180.2000.10
HSL246.38º48.45%80.98%-
HSV(B)246.38º20.43%90.2%-
XYZ51.9650.2781.83-
YUV189.85150.66126.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=31.28%
G=30.45%
B=38.27%

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
Decimal1881832300.180.2000.10246.3848.4580.98
HexBCB7E612140Af63051
Octal274267346222401236660121
Binary101111001011011111100110100101010001010111101101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7E6; }

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

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

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

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

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

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

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

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