Html Css Color HEX #B081AC London Hue

📋 copy color: '#B081AC'

red 176 ◦ green 129 ◦ blue 172

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

Shades of London Hue #B081AC

Tints of London Hue #B081AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 36.9%
G = 27.04%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B081AC (or 0xB081AC) is known color: London Hue. HEX triplet: B0, 81 and AC. RGB value is (176,129,172). Sum of RGB (Red+Green+Blue) = 176+129+172=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AC is #4F7E53. Grayscale: #939393. Windows color (decimal): -5209684 or 11305392. OLE color: 11305392.

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

Color convert

RGB 176 129 172 -
CMYK 0 0.27 0.02 0.31
HSL 305.11º 0.23% 0.6% -
HSV(B) 305.11º 0.27% 0.69% -
XYZ 33.2 27.91 42.67 -
YUV 147.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 176 129 172 0 0.27 0.02 0.31 305.11 0.23 0.6
Hex B0 81 AC 0 1B 2 1F 131 17 3C
Octal 260 201 254 0 33 2 37 461 27 74
Binary 10110000 10000001 10101100 0 11011 10 11111 100110001 10111 111100

Color Harmonies of #B081AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081AC

Black with #B081AC

Text Example


Text Example

White with #B081AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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