Html Css Color HEX #B087AA London Hue

📋 copy color: '#B087AA'

red 176 ◦ green 135 ◦ blue 170

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

Shades of London Hue #B087AA

Tints of London Hue #B087AA

RGB

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

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

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

R = 36.59%
G = 28.07%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B087AA (or 0xB087AA) is known color: London Hue. HEX triplet: B0, 87 and AA. RGB value is (176,135,170). Sum of RGB (Red+Green+Blue) = 176+135+170=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AA is #4F7855. Grayscale: #979797. Windows color (decimal): -5208150 or 11175856. OLE color: 11175856.

HSL color Cylindrical-coordinate representation of color #B087AA: hue angle of 308.78º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B087AA is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 170 -
CMYK 0 0.23 0.03 0.31
HSL 308.78º 0.21% 0.61% -
HSV(B) 308.78º 0.23% 0.69% -
XYZ 33.82 29.46 41.93 -
YUV 151.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 176 135 170 0 0.23 0.03 0.31 308.78 0.21 0.61
Hex B0 87 AA 0 17 3 1F 135 15 3D
Octal 260 207 252 0 27 3 37 465 25 75
Binary 10110000 10000111 10101010 0 10111 11 11111 100110101 10101 111101

Color Harmonies of #B087AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087AA

Black with #B087AA

Text Example


Text Example

White with #B087AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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