Html Css Color HEX #B08AAC London Hue

📋 copy color: '#B08AAC'

red 176 ◦ green 138 ◦ blue 172

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

Shades of London Hue #B08AAC

Tints of London Hue #B08AAC

RGB

 RED value IS 176 (69.14% from 255) = 36.21%

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

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

R = 36.21%
G = 28.4%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B08AAC (or 0xB08AAC) is known color: London Hue. HEX triplet: B0, 8A and AC. RGB value is (176,138,172). Sum of RGB (Red+Green+Blue) = 176+138+172=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAC is #4F7553. Grayscale: #999999. Windows color (decimal): -5207380 or 11307696. OLE color: 11307696.

HSL color Cylindrical-coordinate representation of color #B08AAC: hue angle of 306.32º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08AAC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 172 -
CMYK 0 0.22 0.02 0.31
HSL 306.32º 0.19% 0.62% -
HSV(B) 306.32º 0.22% 0.69% -
XYZ 34.44 30.39 43.08 -
YUV 153.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 176 138 172 0 0.22 0.02 0.31 306.32 0.19 0.62
Hex B0 8A AC 0 16 2 1F 132 13 3E
Octal 260 212 254 0 26 2 37 462 23 76
Binary 10110000 10001010 10101100 0 10110 10 11111 100110010 10011 111110

Color Harmonies of #B08AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08AAC

Black with #B08AAC

Text Example


Text Example

White with #B08AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08AAC; }

 p { color: rgb(176,138,172); }

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

background-color css

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

 a { background-color: rgb(176,138,172); }

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

border-color css

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

 span { border-color: rgb(176,138,172); }

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