Html Css Color HEX #B588AA London Hue

📋 copy color: '#B588AA'

red 181 ◦ green 136 ◦ blue 170

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

Shades of London Hue #B588AA

Tints of London Hue #B588AA

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 37.17%
G = 27.93%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B588AA (or 0xB588AA) is known color: London Hue. HEX triplet: B5, 88 and AA. RGB value is (181,136,170). Sum of RGB (Red+Green+Blue) = 181+136+170=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AA is #4A7755. Grayscale: #999999. Windows color (decimal): -4880214 or 11176117. OLE color: 11176117.

HSL color Cylindrical-coordinate representation of color #B588AA: hue angle of 314.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B588AA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 170 -
CMYK 0 0.25 0.06 0.29
HSL 314.67º 0.23% 0.62% -
HSV(B) 314.67º 0.25% 0.71% -
XYZ 35.12 30.33 42.03 -
YUV 153.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 181 136 170 0 0.25 0.06 0.29 314.67 0.23 0.62
Hex B5 88 AA 0 19 6 1D 13B 17 3E
Octal 265 210 252 0 31 6 35 473 27 76
Binary 10110101 10001000 10101010 0 11001 110 11101 100111011 10111 111110

Color Harmonies of #B588AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588AA

Black with #B588AA

Text Example


Text Example

White with #B588AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588AA; }

 p { color: rgb(181,136,170); }

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

background-color css

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

 a { background-color: rgb(181,136,170); }

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

border-color css

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

 span { border-color: rgb(181,136,170); }

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