#B38DAF

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

Shades of London Hue #B38DAF

Tints of London Hue #B38DAF

Color information

#B38DAF (or 0xB38DAF) is unknown color: approx London Hue. HEX triplet: B3, 8D and AF. RGB value is (179,141,175). Sum of RGB (Red+Green+Blue) = 179+141+175=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B38DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38DAF is #4C7250. Grayscale: #9C9C9C. Windows color (decimal): -5010001 or 11505075. OLE color: 11505075.

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

Color convert

RGB179141175-
CMYK00.210.020.30
HSL306.32º20%62.75%-
HSV(B)306.32º21.23%70.2%-
XYZ35.8531.7344.79-
YUV156.24138.59144.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=36.16%
G=28.48%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914117500.210.020.30306.322062.75
HexB38DAF01521E132143f
Octal2632152570252364622477
Binary101100111000110110101111010101101111010011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DAF; }

 p { color: rgb(179,141,175); }

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

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

 a { background-color: rgb(179,141,175); }

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

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

 span { border-color: rgb(179,141,175); }

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