#B18BBD

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

Shades of East Side #B18BBD

Tints of East Side #B18BBD

Color information

#B18BBD (or 0xB18BBD) is unknown color: approx East Side. HEX triplet: B1, 8B and BD. RGB value is (177,139,189). Sum of RGB (Red+Green+Blue) = 177+139+189=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B18BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBD is #4E7442. Grayscale: #9B9B9B. Windows color (decimal): -5141571 or 12422065. OLE color: 12422065.

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

Color convert

RGB177139189-
CMYK0.060.2600.26
HSL285.6º27.47%64.31%-
HSV(B)285.6º26.46%74.12%-
XYZ36.5531.4952.3-
YUV156.06146.59142.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=35.05%
G=27.52%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771391890.060.2600.26285.627.4764.31
HexB18BBD61A01A11e1b40
Octal26121327563203243633100
Binary10110001100010111011110111011010011010100011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BBD; }

 p { color: rgb(177,139,189); }

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

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

 a { background-color: rgb(177,139,189); }

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

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

 span { border-color: rgb(177,139,189); }

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