Html Css Color HEX #B08EAE London Hue

📋 copy color: '#B08EAE'

red 176 ◦ green 142 ◦ blue 174

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

Shades of London Hue #B08EAE

Tints of London Hue #B08EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 35.77%
G = 28.86%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B08EAE (or 0xB08EAE) is known color: London Hue. HEX triplet: B0, 8E and AE. RGB value is (176,142,174). Sum of RGB (Red+Green+Blue) = 176+142+174=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EAE is #4F7151. Grayscale: #9B9B9B. Windows color (decimal): -5206354 or 11439792. OLE color: 11439792.

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

Color convert

RGB 176 142 174 -
CMYK 0 0.19 0.01 0.31
HSL 303.53º 0.18% 0.62% -
HSV(B) 303.53º 0.19% 0.69% -
XYZ 35.22 31.63 44.29 -
YUV 155.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 176 142 174 0 0.19 0.01 0.31 303.53 0.18 0.62
Hex B0 8E AE 0 13 1 1F 130 12 3E
Octal 260 216 256 0 23 1 37 460 22 76
Binary 10110000 10001110 10101110 0 10011 1 11111 100110000 10010 111110

Color Harmonies of #B08EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EAE

Black with #B08EAE

Text Example


Text Example

White with #B08EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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