Html Css Color HEX #B08DAB London Hue

📋 copy color: '#B08DAB'

red 176 ◦ green 141 ◦ blue 171

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

Shades of London Hue #B08DAB

Tints of London Hue #B08DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.89%

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

R = 36.07%
G = 28.89%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B08DAB (or 0xB08DAB) is known color: London Hue. HEX triplet: B0, 8D and AB. RGB value is (176,141,171). Sum of RGB (Red+Green+Blue) = 176+141+171=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAB is #4F7254. Grayscale: #9A9A9A. Windows color (decimal): -5206613 or 11242928. OLE color: 11242928.

HSL color Cylindrical-coordinate representation of color #B08DAB: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08DAB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 171 -
CMYK 0 0.20 0.03 0.31
HSL 308.57º 0.18% 0.62% -
HSV(B) 308.57º 0.2% 0.69% -
XYZ 34.78 31.22 42.72 -
YUV 154.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 176 141 171 0 0.20 0.03 0.31 308.57 0.18 0.62
Hex B0 8D AB 0 14 3 1F 135 12 3E
Octal 260 215 253 0 24 3 37 465 22 76
Binary 10110000 10001101 10101011 0 10100 11 11111 100110101 10010 111110

Color Harmonies of #B08DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DAB

Black with #B08DAB

Text Example


Text Example

White with #B08DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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