Html Css Color HEX #B086A7 London Hue

📋 copy color: '#B086A7'

red 176 ◦ green 134 ◦ blue 167

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

Shades of London Hue #B086A7

Tints of London Hue #B086A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.01%

R = 36.9%
G = 28.09%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B086A7 (or 0xB086A7) is known color: London Hue. HEX triplet: B0, 86 and A7. RGB value is (176,134,167). Sum of RGB (Red+Green+Blue) = 176+134+167=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B086A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086A7 is #4F7958. Grayscale: #969696. Windows color (decimal): -5208409 or 10978992. OLE color: 10978992.

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

Color convert

RGB 176 134 167 -
CMYK 0 0.24 0.05 0.31
HSL 312.86º 0.21% 0.61% -
HSV(B) 312.86º 0.24% 0.69% -
XYZ 33.4 29.07 40.41 -
YUV 150.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 176 134 167 0 0.24 0.05 0.31 312.86 0.21 0.61
Hex B0 86 A7 0 18 5 1F 139 15 3D
Octal 260 206 247 0 30 5 37 471 25 75
Binary 10110000 10000110 10100111 0 11000 101 11111 100111001 10101 111101

Color Harmonies of #B086A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086A7

Black with #B086A7

Text Example


Text Example

White with #B086A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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