Html Css Color HEX #B086AA London Hue

📋 copy color: '#B086AA'

red 176 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B086AA

Tints of London Hue #B086AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

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

R = 36.67%
G = 27.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B086AA (or 0xB086AA) is known color: London Hue. HEX triplet: B0, 86 and AA. RGB value is (176,134,170). Sum of RGB (Red+Green+Blue) = 176+134+170=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B086AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086AA is #4F7955. Grayscale: #969696. Windows color (decimal): -5208406 or 11175600. OLE color: 11175600.

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

Color convert

RGB 176 134 170 -
CMYK 0 0.24 0.03 0.31
HSL 308.57º 0.21% 0.61% -
HSV(B) 308.57º 0.24% 0.69% -
XYZ 33.69 29.18 41.89 -
YUV 150.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 176 134 170 0 0.24 0.03 0.31 308.57 0.21 0.61
Hex B0 86 AA 0 18 3 1F 135 15 3D
Octal 260 206 252 0 30 3 37 465 25 75
Binary 10110000 10000110 10101010 0 11000 11 11111 100110101 10101 111101

Color Harmonies of #B086AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086AA

Black with #B086AA

Text Example


Text Example

White with #B086AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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