Html Css Color HEX #B38DAC London Hue

📋 copy color: '#B38DAC'

red 179 ◦ green 141 ◦ blue 172

#B38DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B38DAC

Tints of London Hue #B38DAC

RGB

 RED value IS 179 (70.31% from 255) = 36.38%

 GREEN value IS 141 (55.47% from 255) = 28.66%

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 36.38%
G = 28.66%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B38DAC (or 0xB38DAC) is known color: London Hue. HEX triplet: B3, 8D and AC. RGB value is (179,141,172). Sum of RGB (Red+Green+Blue) = 179+141+172=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38DAC is #4C7253. Grayscale: #9B9B9B. Windows color (decimal): -5010004 or 11308467. OLE color: 11308467.

HSL color Cylindrical-coordinate representation of color #B38DAC: hue angle of 311.05º 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 #B38DAC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 172 -
CMYK 0 0.21 0.04 0.30
HSL 311.05º 0.2% 0.63% -
HSV(B) 311.05º 0.21% 0.7% -
XYZ 35.56 31.61 43.26 -
YUV 155.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 179 141 172 0 0.21 0.04 0.30 311.05 0.2 0.63
Hex B3 8D AC 0 15 4 1E 137 14 3F
Octal 263 215 254 0 25 4 36 467 24 77
Binary 10110011 10001101 10101100 0 10101 100 11110 100110111 10100 111111

Color Harmonies of #B38DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DAC

Black with #B38DAC

Text Example


Text Example

White with #B38DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DAC; }

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

 H1.HeaderClassName
 {
   color: #B38DAC;
 }
 .AnyTagClassName
 {
   color: #B38DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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