Html Css Color HEX #B982AD London Hue

📋 copy color: '#B982AD'

red 185 ◦ green 130 ◦ blue 173

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

Shades of London Hue #B982AD

Tints of London Hue #B982AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 37.91%
G = 26.64%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B982AD (or 0xB982AD) is known color: London Hue. HEX triplet: B9, 82 and AD. RGB value is (185,130,173). Sum of RGB (Red+Green+Blue) = 185+130+173=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B982AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982AD is #467D52. Grayscale: #979797. Windows color (decimal): -4619603 or 11371193. OLE color: 11371193.

HSL color Cylindrical-coordinate representation of color #B982AD: hue angle of 313.09º 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 #B982AD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 173 -
CMYK 0 0.30 0.06 0.27
HSL 313.09º 0.28% 0.62% -
HSV(B) 313.09º 0.3% 0.73% -
XYZ 35.53 29.3 43.32 -
YUV 151.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 185 130 173 0 0.30 0.06 0.27 313.09 0.28 0.62
Hex B9 82 AD 0 1E 6 1B 139 1C 3E
Octal 271 202 255 0 36 6 33 471 34 76
Binary 10111001 10000010 10101101 0 11110 110 11011 100111001 11100 111110

Color Harmonies of #B982AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982AD

Black with #B982AD

Text Example


Text Example

White with #B982AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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