Html Css Color HEX #B08CAA London Hue

📋 copy color: '#B08CAA'

red 176 ◦ green 140 ◦ blue 170

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

Shades of London Hue #B08CAA

Tints of London Hue #B08CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 36.21%
G = 28.81%
B = 34.98%

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

#B08CAA (or 0xB08CAA) is known color: London Hue. HEX triplet: B0, 8C and AA. RGB value is (176,140,170). Sum of RGB (Red+Green+Blue) = 176+140+170=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CAA is #4F7355. Grayscale: #9A9A9A. Windows color (decimal): -5206870 or 11177136. OLE color: 11177136.

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

Color convert

RGB 176 140 170 -
CMYK 0 0.20 0.03 0.31
HSL 310º 0.19% 0.62% -
HSV(B) 310º 0.2% 0.69% -
XYZ 34.54 30.89 42.17 -
YUV 154.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 176 140 170 0 0.20 0.03 0.31 310 0.19 0.62
Hex B0 8C AA 0 14 3 1F 136 13 3E
Octal 260 214 252 0 24 3 37 466 23 76
Binary 10110000 10001100 10101010 0 10100 11 11111 100110110 10011 111110

Color Harmonies of #B08CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CAA

Black with #B08CAA

Text Example


Text Example

White with #B08CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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