Html Css Color HEX #B982AC London Hue

📋 copy color: '#B982AC'

red 185 ◦ green 130 ◦ blue 172

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

Shades of London Hue #B982AC

Tints of London Hue #B982AC

RGB

 RED value IS 185 (72.66% from 255) = 37.99%

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 37.99%
G = 26.69%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B982AC (or 0xB982AC) is known color: London Hue. HEX triplet: B9, 82 and AC. RGB value is (185,130,172). Sum of RGB (Red+Green+Blue) = 185+130+172=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B982AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982AC is #467D53. Grayscale: #979797. Windows color (decimal): -4619604 or 11305657. OLE color: 11305657.

HSL color Cylindrical-coordinate representation of color #B982AC: hue angle of 314.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982AC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 172 -
CMYK 0 0.30 0.07 0.27
HSL 314.18º 0.28% 0.62% -
HSV(B) 314.18º 0.3% 0.73% -
XYZ 35.44 29.26 42.81 -
YUV 151.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 185 130 172 0 0.30 0.07 0.27 314.18 0.28 0.62
Hex B9 82 AC 0 1E 7 1B 13A 1C 3E
Octal 271 202 254 0 36 7 33 472 34 76
Binary 10111001 10000010 10101100 0 11110 111 11011 100111010 11100 111110

Color Harmonies of #B982AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982AC

Black with #B982AC

Text Example


Text Example

White with #B982AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982AC; }

 p { color: rgb(185,130,172); }

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

background-color css

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

 a { background-color: rgb(185,130,172); }

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

border-color css

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

 span { border-color: rgb(185,130,172); }

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