#B18DBB

Color #B18DBB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B18DBB

Tints of East Side #B18DBB

Color information

#B18DBB (or 0xB18DBB) is unknown color: approx East Side. HEX triplet: B1, 8D and BB. RGB value is (177,141,187). Sum of RGB (Red+Green+Blue) = 177+141+187=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B18DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DBB is #4E7244. Grayscale: #9C9C9C. Windows color (decimal): -5141061 or 12291505. OLE color: 12291505.

HSL color Cylindrical-coordinate representation of color #B18DBB: hue angle of 286.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18DBB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177141187-
CMYK0.050.2500.27
HSL286.96º25.27%64.31%-
HSV(B)286.96º24.6%73.33%-
XYZ36.6331.9851.26-
YUV157.01144.93142.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=35.05%
G=27.92%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771411870.050.2500.27286.9625.2764.31
HexB18DBB51901B11f1940
Octal26121527353103343731100
Binary10110001100011011011101110111001011011100011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DBB; }

 p { color: rgb(177,141,187); }

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

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

 a { background-color: rgb(177,141,187); }

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

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

 span { border-color: rgb(177,141,187); }

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