Html Css Color HEX #B493AD London Hue

📋 copy color: '#B493AD'

red 180 ◦ green 147 ◦ blue 173

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

Shades of London Hue #B493AD

Tints of London Hue #B493AD

RGB

 RED value IS 180 (70.7% from 255) = 36%

 GREEN value IS 147 (57.81% from 255) = 29.4%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 36%
G = 29.4%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B493AD (or 0xB493AD) is known color: London Hue. HEX triplet: B4, 93 and AD. RGB value is (180,147,173). Sum of RGB (Red+Green+Blue) = 180+147+173=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AD is #4B6C52. Grayscale: #9F9F9F. Windows color (decimal): -4942931 or 11375540. OLE color: 11375540.

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

Color convert

RGB 180 147 173 -
CMYK 0 0.18 0.04 0.29
HSL 312.73º 0.18% 0.64% -
HSV(B) 312.73º 0.18% 0.71% -
XYZ 36.8 33.59 44.08 -
YUV 159.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 180 147 173 0 0.18 0.04 0.29 312.73 0.18 0.64
Hex B4 93 AD 0 12 4 1D 139 12 40
Octal 264 223 255 0 22 4 35 471 22 100
Binary 10110100 10010011 10101101 0 10010 100 11101 100111001 10010 1000000

Color Harmonies of #B493AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493AD

Black with #B493AD

Text Example


Text Example

White with #B493AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493AD; }

 p { color: rgb(180,147,173); }

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

background-color css

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

 a { background-color: rgb(180,147,173); }

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

border-color css

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

 span { border-color: rgb(180,147,173); }

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