Html Css Color HEX #B486B2 London Hue

📋 copy color: '#B486B2'

red 180 ◦ green 134 ◦ blue 178

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

Shades of London Hue #B486B2

Tints of London Hue #B486B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 36.59%
G = 27.24%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B486B2 (or 0xB486B2) is known color: London Hue. HEX triplet: B4, 86 and B2. RGB value is (180,134,178). Sum of RGB (Red+Green+Blue) = 180+134+178=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B486B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486B2 is #4B794D. Grayscale: #989898. Windows color (decimal): -4946254 or 11699892. OLE color: 11699892.

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

Color convert

RGB 180 134 178 -
CMYK 0 0.26 0.01 0.29
HSL 302.61º 0.23% 0.62% -
HSV(B) 302.61º 0.26% 0.71% -
XYZ 35.38 29.97 46.04 -
YUV 152.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 180 134 178 0 0.26 0.01 0.29 302.61 0.23 0.62
Hex B4 86 B2 0 1A 1 1D 12F 17 3E
Octal 264 206 262 0 32 1 35 457 27 76
Binary 10110100 10000110 10110010 0 11010 1 11101 100101111 10111 111110

Color Harmonies of #B486B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486B2

Black with #B486B2

Text Example


Text Example

White with #B486B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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