Html Css Color HEX #B88AAB London Hue

📋 copy color: '#B88AAB'

red 184 ◦ green 138 ◦ blue 171

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

Shades of London Hue #B88AAB

Tints of London Hue #B88AAB

RGB

 RED value IS 184 (72.27% from 255) = 37.32%

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 37.32%
G = 27.99%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B88AAB (or 0xB88AAB) is known color: London Hue. HEX triplet: B8, 8A and AB. RGB value is (184,138,171). Sum of RGB (Red+Green+Blue) = 184+138+171=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AAB is #477554. Grayscale: #9B9B9B. Windows color (decimal): -4683093 or 11242168. OLE color: 11242168.

HSL color Cylindrical-coordinate representation of color #B88AAB: hue angle of 316.96º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AAB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 171 -
CMYK 0 0.25 0.07 0.28
HSL 316.96º 0.24% 0.63% -
HSV(B) 316.96º 0.25% 0.72% -
XYZ 36.21 31.31 42.66 -
YUV 155.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 184 138 171 0 0.25 0.07 0.28 316.96 0.24 0.63
Hex B8 8A AB 0 19 7 1C 13D 18 3F
Octal 270 212 253 0 31 7 34 475 30 77
Binary 10111000 10001010 10101011 0 11001 111 11100 100111101 11000 111111

Color Harmonies of #B88AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88AAB

Black with #B88AAB

Text Example


Text Example

White with #B88AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88AAB; }

 p { color: rgb(184,138,171); }

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

background-color css

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

 a { background-color: rgb(184,138,171); }

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

border-color css

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

 span { border-color: rgb(184,138,171); }

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