Html Css Color HEX #B58DAE London Hue

📋 copy color: '#B58DAE'

red 181 ◦ green 141 ◦ blue 174

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

Shades of London Hue #B58DAE

Tints of London Hue #B58DAE

RGB

 RED value IS 181 (71.09% from 255) = 36.49%

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

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

R = 36.49%
G = 28.43%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B58DAE (or 0xB58DAE) is known color: London Hue. HEX triplet: B5, 8D and AE. RGB value is (181,141,174). Sum of RGB (Red+Green+Blue) = 181+141+174=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAE is #4A7251. Grayscale: #9C9C9C. Windows color (decimal): -4878930 or 11439541. OLE color: 11439541.

HSL color Cylindrical-coordinate representation of color #B58DAE: hue angle of 310.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58DAE is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 174 -
CMYK 0 0.22 0.04 0.29
HSL 310.5º 0.21% 0.63% -
HSV(B) 310.5º 0.22% 0.71% -
XYZ 36.22 31.93 44.3 -
YUV 156.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 181 141 174 0 0.22 0.04 0.29 310.5 0.21 0.63
Hex B5 8D AE 0 16 4 1D 136 15 3F
Octal 265 215 256 0 26 4 35 466 25 77
Binary 10110101 10001101 10101110 0 10110 100 11101 100110110 10101 111111

Color Harmonies of #B58DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DAE

Black with #B58DAE

Text Example


Text Example

White with #B58DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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