Html Css Color HEX #B487AA London Hue

📋 copy color: '#B487AA'

red 180 ◦ green 135 ◦ blue 170

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

Shades of London Hue #B487AA

Tints of London Hue #B487AA

RGB

 RED value IS 180 (70.7% from 255) = 37.11%

 GREEN value IS 135 (53.13% from 255) = 27.84%

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

R = 37.11%
G = 27.84%
B = 35.05%

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

#B487AA (or 0xB487AA) is known color: London Hue. HEX triplet: B4, 87 and AA. RGB value is (180,135,170). Sum of RGB (Red+Green+Blue) = 180+135+170=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AA is #4B7855. Grayscale: #989898. Windows color (decimal): -4946006 or 11175860. OLE color: 11175860.

HSL color Cylindrical-coordinate representation of color #B487AA: hue angle of 313.33º 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 #B487AA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 170 -
CMYK 0 0.25 0.06 0.29
HSL 313.33º 0.23% 0.62% -
HSV(B) 313.33º 0.25% 0.71% -
XYZ 34.74 29.93 41.98 -
YUV 152.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 180 135 170 0 0.25 0.06 0.29 313.33 0.23 0.62
Hex B4 87 AA 0 19 6 1D 139 17 3E
Octal 264 207 252 0 31 6 35 471 27 76
Binary 10110100 10000111 10101010 0 11001 110 11101 100111001 10111 111110

Color Harmonies of #B487AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487AA

Black with #B487AA

Text Example


Text Example

White with #B487AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487AA; }

 p { color: rgb(180,135,170); }

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

background-color css

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

 a { background-color: rgb(180,135,170); }

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

border-color css

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

 span { border-color: rgb(180,135,170); }

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