Html Css Color HEX #B881AB London Hue

📋 copy color: '#B881AB'

red 184 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B881AB

Tints of London Hue #B881AB

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

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

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

R = 38.02%
G = 26.65%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B881AB (or 0xB881AB) is known color: London Hue. HEX triplet: B8, 81 and AB. RGB value is (184,129,171). Sum of RGB (Red+Green+Blue) = 184+129+171=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AB is #477E54. Grayscale: #969696. Windows color (decimal): -4685397 or 11239864. OLE color: 11239864.

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

Color convert

RGB 184 129 171 -
CMYK 0 0.30 0.07 0.28
HSL 314.18º 0.28% 0.61% -
HSV(B) 314.18º 0.3% 0.72% -
XYZ 34.97 28.83 42.25 -
YUV 150.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 184 129 171 0 0.30 0.07 0.28 314.18 0.28 0.61
Hex B8 81 AB 0 1E 7 1C 13A 1C 3D
Octal 270 201 253 0 36 7 34 472 34 75
Binary 10111000 10000001 10101011 0 11110 111 11100 100111010 11100 111101

Color Harmonies of #B881AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881AB

Black with #B881AB

Text Example


Text Example

White with #B881AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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