#BCB7EB

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

Shades of Lavender Grey #BCB7EB

Tints of Lavender Grey #BCB7EB

Color information

#BCB7EB (or 0xBCB7EB) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and EB. RGB value is (188,183,235). Sum of RGB (Red+Green+Blue) = 188+183+235=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EB is #434814. Grayscale: #BEBEBE. Windows color (decimal): -4409365 or 15447996. OLE color: 15447996.

HSL color Cylindrical-coordinate representation of color #BCB7EB: hue angle of 245.77º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB7EB is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188183235-
CMYK0.20.2200.08
HSL245.77º56.52%81.96%-
HSV(B)245.77º22.13%92.16%-
XYZ52.6750.5685.58-
YUV190.42153.16126.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=31.02%
G=30.20%
B=38.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881832350.20.2200.08245.7756.5281.96
HexBCB7EB141608f63952
Octal274267353242601036671122
Binary101111001011011111101011101001011001000111101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7EB; }

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

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

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

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

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

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

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

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