Html Css Color HEX #B08BAF London Hue

📋 copy color: '#B08BAF'

red 176 ◦ green 139 ◦ blue 175

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

Shades of London Hue #B08BAF

Tints of London Hue #B08BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 35.92%
G = 28.37%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B08BAF (or 0xB08BAF) is known color: London Hue. HEX triplet: B0, 8B and AF. RGB value is (176,139,175). Sum of RGB (Red+Green+Blue) = 176+139+175=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAF is #4F7450. Grayscale: #9A9A9A. Windows color (decimal): -5207121 or 11504560. OLE color: 11504560.

HSL color Cylindrical-coordinate representation of color #B08BAF: hue angle of 301.62º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08BAF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 175 -
CMYK 0 0.21 0.01 0.31
HSL 301.62º 0.19% 0.62% -
HSV(B) 301.62º 0.21% 0.69% -
XYZ 34.87 30.79 44.66 -
YUV 154.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 176 139 175 0 0.21 0.01 0.31 301.62 0.19 0.62
Hex B0 8B AF 0 15 1 1F 12E 13 3E
Octal 260 213 257 0 25 1 37 456 23 76
Binary 10110000 10001011 10101111 0 10101 1 11111 100101110 10011 111110

Color Harmonies of #B08BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BAF

Black with #B08BAF

Text Example


Text Example

White with #B08BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BAF; }

 p { color: rgb(176,139,175); }

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

background-color css

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

 a { background-color: rgb(176,139,175); }

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

border-color css

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

 span { border-color: rgb(176,139,175); }

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