Html Css Color HEX #B981AB London Hue

📋 copy color: '#B981AB'

red 185 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B981AB

Tints of London Hue #B981AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 38.14%
G = 26.6%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B981AB (or 0xB981AB) is known color: London Hue. HEX triplet: B9, 81 and AB. RGB value is (185,129,171). Sum of RGB (Red+Green+Blue) = 185+129+171=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AB is #467E54. Grayscale: #969696. Windows color (decimal): -4619861 or 11239865. OLE color: 11239865.

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

Color convert

RGB 185 129 171 -
CMYK 0 0.30 0.08 0.27
HSL 315º 0.29% 0.62% -
HSV(B) 315º 0.3% 0.73% -
XYZ 35.21 28.96 42.26 -
YUV 150.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 185 129 171 0 0.30 0.08 0.27 315 0.29 0.62
Hex B9 81 AB 0 1E 8 1B 13B 1D 3E
Octal 271 201 253 0 36 10 33 473 35 76
Binary 10111001 10000001 10101011 0 11110 1000 11011 100111011 11101 111110

Color Harmonies of #B981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981AB

Black with #B981AB

Text Example


Text Example

White with #B981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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