Html Css Color HEX #B586AC London Hue

📋 copy color: '#B586AC'

red 181 ◦ green 134 ◦ blue 172

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

Shades of London Hue #B586AC

Tints of London Hue #B586AC

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

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

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 37.17%
G = 27.52%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B586AC (or 0xB586AC) is known color: London Hue. HEX triplet: B5, 86 and AC. RGB value is (181,134,172). Sum of RGB (Red+Green+Blue) = 181+134+172=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B586AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586AC is #4A7953. Grayscale: #989898. Windows color (decimal): -4880724 or 11306677. OLE color: 11306677.

HSL color Cylindrical-coordinate representation of color #B586AC: hue angle of 311.49º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586AC is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 172 -
CMYK 0 0.26 0.05 0.29
HSL 311.49º 0.24% 0.62% -
HSV(B) 311.49º 0.26% 0.71% -
XYZ 35.03 29.85 42.95 -
YUV 152.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 181 134 172 0 0.26 0.05 0.29 311.49 0.24 0.62
Hex B5 86 AC 0 1A 5 1D 137 18 3E
Octal 265 206 254 0 32 5 35 467 30 76
Binary 10110101 10000110 10101100 0 11010 101 11101 100110111 11000 111110

Color Harmonies of #B586AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586AC

Black with #B586AC

Text Example


Text Example

White with #B586AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586AC; }

 p { color: rgb(181,134,172); }

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

background-color css

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

 a { background-color: rgb(181,134,172); }

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

border-color css

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

 span { border-color: rgb(181,134,172); }

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