Html Css Color HEX #B081AB London Hue

📋 copy color: '#B081AB'

red 176 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B081AB

Tints of London Hue #B081AB

RGB

 RED value IS 176 (69.14% from 255) = 36.97%

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

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

R = 36.97%
G = 27.1%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B081AB (or 0xB081AB) is known color: London Hue. HEX triplet: B0, 81 and AB. RGB value is (176,129,171). Sum of RGB (Red+Green+Blue) = 176+129+171=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AB is #4F7E54. Grayscale: #939393. Windows color (decimal): -5209685 or 11239856. OLE color: 11239856.

HSL color Cylindrical-coordinate representation of color #B081AB: hue angle of 306.38º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B081AB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 171 -
CMYK 0 0.27 0.03 0.31
HSL 306.38º 0.23% 0.6% -
HSV(B) 306.38º 0.27% 0.69% -
XYZ 33.11 27.87 42.16 -
YUV 147.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 176 129 171 0 0.27 0.03 0.31 306.38 0.23 0.6
Hex B0 81 AB 0 1B 3 1F 132 17 3C
Octal 260 201 253 0 33 3 37 462 27 74
Binary 10110000 10000001 10101011 0 11011 11 11111 100110010 10111 111100

Color Harmonies of #B081AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081AB

Black with #B081AB

Text Example


Text Example

White with #B081AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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