Html Css Color HEX #B981AD London Hue

📋 copy color: '#B981AD'

red 185 ◦ green 129 ◦ blue 173

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

Shades of London Hue #B981AD

Tints of London Hue #B981AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.49%

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

R = 37.99%
G = 26.49%
B = 35.52%

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

#B981AD (or 0xB981AD) is known color: London Hue. HEX triplet: B9, 81 and AD. RGB value is (185,129,173). Sum of RGB (Red+Green+Blue) = 185+129+173=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AD is #467E52. Grayscale: #969696. Windows color (decimal): -4619859 or 11370937. OLE color: 11370937.

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

Color convert

RGB 185 129 173 -
CMYK 0 0.30 0.06 0.27
HSL 312.86º 0.29% 0.62% -
HSV(B) 312.86º 0.3% 0.73% -
XYZ 35.4 29.03 43.27 -
YUV 150.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 185 129 173 0 0.30 0.06 0.27 312.86 0.29 0.62
Hex B9 81 AD 0 1E 6 1B 139 1D 3E
Octal 271 201 255 0 36 6 33 471 35 76
Binary 10111001 10000001 10101101 0 11110 110 11011 100111001 11101 111110

Color Harmonies of #B981AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981AD

Black with #B981AD

Text Example


Text Example

White with #B981AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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