Html Css Color HEX #B08EA9 London Hue

📋 copy color: '#B08EA9'

red 176 ◦ green 142 ◦ blue 169

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

Shades of London Hue #B08EA9

Tints of London Hue #B08EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.16%

 BLUE value IS 169 (66.41% from 255) = 34.7%

R = 36.14%
G = 29.16%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B08EA9 (or 0xB08EA9) is known color: London Hue. HEX triplet: B0, 8E and A9. RGB value is (176,142,169). Sum of RGB (Red+Green+Blue) = 176+142+169=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA9 is #4F7156. Grayscale: #9B9B9B. Windows color (decimal): -5206359 or 11112112. OLE color: 11112112.

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

Color convert

RGB 176 142 169 -
CMYK 0 0.19 0.04 0.31
HSL 312.35º 0.18% 0.62% -
HSV(B) 312.35º 0.19% 0.69% -
XYZ 34.74 31.44 41.77 -
YUV 155.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 176 142 169 0 0.19 0.04 0.31 312.35 0.18 0.62
Hex B0 8E A9 0 13 4 1F 138 12 3E
Octal 260 216 251 0 23 4 37 470 22 76
Binary 10110000 10001110 10101001 0 10011 100 11111 100111000 10010 111110

Color Harmonies of #B08EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EA9

Black with #B08EA9

Text Example


Text Example

White with #B08EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EA9; }

 p { color: rgb(176,142,169); }

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

background-color css

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

 a { background-color: rgb(176,142,169); }

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

border-color css

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

 span { border-color: rgb(176,142,169); }

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