Html Css Color HEX #B087A6 London Hue

📋 copy color: '#B087A6'

red 176 ◦ green 135 ◦ blue 166

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

Shades of London Hue #B087A6

Tints of London Hue #B087A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 36.9%
G = 28.3%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B087A6 (or 0xB087A6) is known color: London Hue. HEX triplet: B0, 87 and A6. RGB value is (176,135,166). Sum of RGB (Red+Green+Blue) = 176+135+166=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B087A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087A6 is #4F7859. Grayscale: #969696. Windows color (decimal): -5208154 or 10913712. OLE color: 10913712.

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

Color convert

RGB 176 135 166 -
CMYK 0 0.23 0.06 0.31
HSL 314.63º 0.21% 0.61% -
HSV(B) 314.63º 0.23% 0.69% -
XYZ 33.45 29.31 39.97 -
YUV 150.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 176 135 166 0 0.23 0.06 0.31 314.63 0.21 0.61
Hex B0 87 A6 0 17 6 1F 13B 15 3D
Octal 260 207 246 0 27 6 37 473 25 75
Binary 10110000 10000111 10100110 0 10111 110 11111 100111011 10101 111101

Color Harmonies of #B087A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087A6

Black with #B087A6

Text Example


Text Example

White with #B087A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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