#B38FBB

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

Shades of East Side #B38FBB

Tints of East Side #B38FBB

Color information

#B38FBB (or 0xB38FBB) is unknown color: approx East Side. HEX triplet: B3, 8F and BB. RGB value is (179,143,187). Sum of RGB (Red+Green+Blue) = 179+143+187=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B38FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FBB is #4C7044. Grayscale: #9E9E9E. Windows color (decimal): -5009477 or 12292019. OLE color: 12292019.

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

Color convert

RGB179143187-
CMYK0.040.2400.27
HSL289.09º24.44%64.71%-
HSV(B)289.09º23.53%73.33%-
XYZ37.3832.8251.38-
YUV158.78143.93142.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=35.17%
G=28.09%
B=36.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791431870.040.2400.27289.0924.4464.71
HexB38FBB41801B1211841
Octal26321727343003344130101
Binary10110011100011111011101110011000011011100100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FBB; }

 p { color: rgb(179,143,187); }

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

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

 a { background-color: rgb(179,143,187); }

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

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

 span { border-color: rgb(179,143,187); }

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