#BCB8EB

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

Shades of Lavender Grey #BCB8EB

Tints of Lavender Grey #BCB8EB

Color information

#BCB8EB (or 0xBCB8EB) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and EB. RGB value is (188,184,235). Sum of RGB (Red+Green+Blue) = 188+184+235=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8EB is #434714. Grayscale: #BEBEBE. Windows color (decimal): -4409109 or 15448252. OLE color: 15448252.

HSL color Cylindrical-coordinate representation of color #BCB8EB: hue angle of 244.71º degrees, saturation: 0.56, 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 #BCB8EB is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188184235-
CMYK0.20.2200.08
HSL244.71º56.04%82.16%-
HSV(B)244.71º21.7%92.16%-
XYZ52.8750.9785.65-
YUV191.01152.83125.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=30.97%
G=30.31%
B=38.71%

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
Decimal1881842350.20.2200.08244.7156.0482.16
HexBCB8EB141608f53852
Octal274270353242601036570122
Binary101111001011100011101011101001011001000111101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8EB; }

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

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

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

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

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

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

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

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