Html Css Color HEX #B38AAE London Hue

📋 copy color: '#B38AAE'

red 179 ◦ green 138 ◦ blue 174

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

Shades of London Hue #B38AAE

Tints of London Hue #B38AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 174 (68.36% from 255) = 35.44%

R = 36.46%
G = 28.11%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B38AAE (or 0xB38AAE) is known color: London Hue. HEX triplet: B3, 8A and AE. RGB value is (179,138,174). Sum of RGB (Red+Green+Blue) = 179+138+174=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAE is #4C7551. Grayscale: #9A9A9A. Windows color (decimal): -5010770 or 11438771. OLE color: 11438771.

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

Color convert

RGB 179 138 174 -
CMYK 0 0.23 0.03 0.30
HSL 307.32º 0.21% 0.62% -
HSV(B) 307.32º 0.23% 0.7% -
XYZ 35.32 30.82 44.13 -
YUV 154.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 179 138 174 0 0.23 0.03 0.30 307.32 0.21 0.62
Hex B3 8A AE 0 17 3 1E 133 15 3E
Octal 263 212 256 0 27 3 36 463 25 76
Binary 10110011 10001010 10101110 0 10111 11 11110 100110011 10101 111110

Color Harmonies of #B38AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AAE

Black with #B38AAE

Text Example


Text Example

White with #B38AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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