#B38AA8

Color #B38AA8 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B38AA8

Tints of London Hue #B38AA8

Color information

#B38AA8 (or 0xB38AA8) is unknown color: approx London Hue. HEX triplet: B3, 8A and A8. RGB value is (179,138,168). Sum of RGB (Red+Green+Blue) = 179+138+168=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AA8 is #4C7557. Grayscale: #999999. Windows color (decimal): -5010776 or 11045555. OLE color: 11045555.

HSL color Cylindrical-coordinate representation of color #B38AA8: hue angle of 316.1º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38AA8 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179138168-
CMYK00.230.060.30
HSL316.1º21.24%62.16%-
HSV(B)316.1º22.91%70.2%-
XYZ34.7530.5941.12-
YUV153.68136.08146.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=36.91%
G=28.45%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913816800.230.060.30316.121.2462.16
HexB38AA801761E13c153e
Octal2632122500276364742576
Binary1011001110001010101010000101111101111010011110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AA8; }

 p { color: rgb(179,138,168); }

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

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

 a { background-color: rgb(179,138,168); }

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

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

 span { border-color: rgb(179,138,168); }

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