Html Css Color HEX #B08DAE London Hue

📋 copy color: '#B08DAE'

red 176 ◦ green 141 ◦ blue 174

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

Shades of London Hue #B08DAE

Tints of London Hue #B08DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

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

R = 35.85%
G = 28.72%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B08DAE (or 0xB08DAE) is known color: London Hue. HEX triplet: B0, 8D and AE. RGB value is (176,141,174). Sum of RGB (Red+Green+Blue) = 176+141+174=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAE is #4F7251. Grayscale: #9B9B9B. Windows color (decimal): -5206610 or 11439536. OLE color: 11439536.

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

Color convert

RGB 176 141 174 -
CMYK 0 0.20 0.01 0.31
HSL 303.43º 0.18% 0.62% -
HSV(B) 303.43º 0.2% 0.69% -
XYZ 35.07 31.34 44.24 -
YUV 155.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 176 141 174 0 0.20 0.01 0.31 303.43 0.18 0.62
Hex B0 8D AE 0 14 1 1F 12F 12 3E
Octal 260 215 256 0 24 1 37 457 22 76
Binary 10110000 10001101 10101110 0 10100 1 11111 100101111 10010 111110

Color Harmonies of #B08DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DAE

Black with #B08DAE

Text Example


Text Example

White with #B08DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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