Html Css Color HEX #B980AD London Hue

📋 copy color: '#B980AD'

red 185 ◦ green 128 ◦ blue 173

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

Shades of London Hue #B980AD

Tints of London Hue #B980AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

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

R = 38.07%
G = 26.34%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B980AD (or 0xB980AD) is known color: London Hue. HEX triplet: B9, 80 and AD. RGB value is (185,128,173). Sum of RGB (Red+Green+Blue) = 185+128+173=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AD is #467F52. Grayscale: #969696. Windows color (decimal): -4620115 or 11370681. OLE color: 11370681.

HSL color Cylindrical-coordinate representation of color #B980AD: hue angle of 312.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980AD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 173 -
CMYK 0 0.31 0.06 0.27
HSL 312.63º 0.29% 0.61% -
HSV(B) 312.63º 0.31% 0.73% -
XYZ 35.27 28.77 43.23 -
YUV 150.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 185 128 173 0 0.31 0.06 0.27 312.63 0.29 0.61
Hex B9 80 AD 0 1F 6 1B 139 1D 3D
Octal 271 200 255 0 37 6 33 471 35 75
Binary 10111001 10000000 10101101 0 11111 110 11011 100111001 11101 111101

Color Harmonies of #B980AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980AD

Black with #B980AD

Text Example


Text Example

White with #B980AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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