Html Css Color HEX #B08FA5 London Hue

📋 copy color: '#B08FA5'

red 176 ◦ green 143 ◦ blue 165

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

Shades of London Hue #B08FA5

Tints of London Hue #B08FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 36.36%
G = 29.55%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B08FA5 (or 0xB08FA5) is known color: London Hue. HEX triplet: B0, 8F and A5. RGB value is (176,143,165). Sum of RGB (Red+Green+Blue) = 176+143+165=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA5 is #4F705A. Grayscale: #9B9B9B. Windows color (decimal): -5206107 or 10850224. OLE color: 10850224.

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

Color convert

RGB 176 143 165 -
CMYK 0 0.19 0.06 0.31
HSL 320º 0.17% 0.63% -
HSV(B) 320º 0.19% 0.69% -
XYZ 34.52 31.59 39.88 -
YUV 155.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 176 143 165 0 0.19 0.06 0.31 320 0.17 0.63
Hex B0 8F A5 0 13 6 1F 140 11 3F
Octal 260 217 245 0 23 6 37 500 21 77
Binary 10110000 10001111 10100101 0 10011 110 11111 101000000 10001 111111

Color Harmonies of #B08FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FA5

Black with #B08FA5

Text Example


Text Example

White with #B08FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FA5; }

 p { color: rgb(176,143,165); }

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

background-color css

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

 a { background-color: rgb(176,143,165); }

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

border-color css

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

 span { border-color: rgb(176,143,165); }

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