Html Css Color HEX #B08CAC London Hue

📋 copy color: '#B08CAC'

red 176 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B08CAC

Tints of London Hue #B08CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 36.07%
G = 28.69%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B08CAC (or 0xB08CAC) is known color: London Hue. HEX triplet: B0, 8C and AC. RGB value is (176,140,172). Sum of RGB (Red+Green+Blue) = 176+140+172=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CAC is #4F7353. Grayscale: #9A9A9A. Windows color (decimal): -5206868 or 11308208. OLE color: 11308208.

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

Color convert

RGB 176 140 172 -
CMYK 0 0.20 0.02 0.31
HSL 306.67º 0.19% 0.62% -
HSV(B) 306.67º 0.2% 0.69% -
XYZ 34.73 30.96 43.18 -
YUV 154.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 176 140 172 0 0.20 0.02 0.31 306.67 0.19 0.62
Hex B0 8C AC 0 14 2 1F 133 13 3E
Octal 260 214 254 0 24 2 37 463 23 76
Binary 10110000 10001100 10101100 0 10100 10 11111 100110011 10011 111110

Color Harmonies of #B08CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CAC

Black with #B08CAC

Text Example


Text Example

White with #B08CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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