Html Css Color HEX #B17DAB London Hue

📋 copy color: '#B17DAB'

red 177 ◦ green 125 ◦ blue 171

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

Shades of London Hue #B17DAB

Tints of London Hue #B17DAB

RGB

 RED value IS 177 (69.53% from 255) = 37.42%

 GREEN value IS 125 (49.22% from 255) = 26.43%

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

R = 37.42%
G = 26.43%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B17DAB (or 0xB17DAB) is known color: London Hue. HEX triplet: B1, 7D and AB. RGB value is (177,125,171). Sum of RGB (Red+Green+Blue) = 177+125+171=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAB is #4E8254. Grayscale: #919191. Windows color (decimal): -5145173 or 11238833. OLE color: 11238833.

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

Color convert

RGB 177 125 171 -
CMYK 0 0.29 0.03 0.31
HSL 306.92º 0.25% 0.59% -
HSV(B) 306.92º 0.29% 0.69% -
XYZ 32.82 26.95 42 -
YUV 145.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 177 125 171 0 0.29 0.03 0.31 306.92 0.25 0.59
Hex B1 7D AB 0 1D 3 1F 133 19 3B
Octal 261 175 253 0 35 3 37 463 31 73
Binary 10110001 1111101 10101011 0 11101 11 11111 100110011 11001 111011

Color Harmonies of #B17DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DAB

Black with #B17DAB

Text Example


Text Example

White with #B17DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DAB; }

 p { color: rgb(177,125,171); }

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

background-color css

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

 a { background-color: rgb(177,125,171); }

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

border-color css

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

 span { border-color: rgb(177,125,171); }

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