Html Css Color HEX #B486B6 London Hue

📋 copy color: '#B486B6'

red 180 ◦ green 134 ◦ blue 182

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

Shades of London Hue #B486B6

Tints of London Hue #B486B6

RGB

 RED value IS 180 (70.7% from 255) = 36.29%

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

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 36.29%
G = 27.02%
B = 36.69%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B486B6 (or 0xB486B6) is known color: London Hue. HEX triplet: B4, 86 and B6. RGB value is (180,134,182). Sum of RGB (Red+Green+Blue) = 180+134+182=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #B486B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486B6 is #4B7949. Grayscale: #999999. Windows color (decimal): -4946250 or 11962036. OLE color: 11962036.

HSL color Cylindrical-coordinate representation of color #B486B6: hue angle of 297.5º degrees, saturation: 0.25, 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 #B486B6 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 182 -
CMYK 0.01 0.26 0 0.29
HSL 297.5º 0.25% 0.62% -
HSV(B) 297.5º 0.26% 0.71% -
XYZ 35.79 30.13 48.19 -
YUV 153.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 180 134 182 0.01 0.26 0 0.29 297.5 0.25 0.62
Hex B4 86 B6 1 1A 0 1D 12A 19 3E
Octal 264 206 266 1 32 0 35 452 31 76
Binary 10110100 10000110 10110110 1 11010 0 11101 100101010 11001 111110

Color Harmonies of #B486B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486B6

Black with #B486B6

Text Example


Text Example

White with #B486B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486B6; }

 p { color: rgb(180,134,182); }

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

background-color css

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

 a { background-color: rgb(180,134,182); }

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

border-color css

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

 span { border-color: rgb(180,134,182); }

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