Html Css Color HEX #B493AA London Hue

📋 copy color: '#B493AA'

red 180 ◦ green 147 ◦ blue 170

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

Shades of London Hue #B493AA

Tints of London Hue #B493AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 36.22%
G = 29.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B493AA (or 0xB493AA) is known color: London Hue. HEX triplet: B4, 93 and AA. RGB value is (180,147,170). Sum of RGB (Red+Green+Blue) = 180+147+170=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AA is #4B6C55. Grayscale: #9F9F9F. Windows color (decimal): -4942934 or 11178932. OLE color: 11178932.

HSL color Cylindrical-coordinate representation of color #B493AA: hue angle of 318.18º 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 #B493AA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 170 -
CMYK 0 0.18 0.06 0.29
HSL 318.18º 0.18% 0.64% -
HSV(B) 318.18º 0.18% 0.71% -
XYZ 36.51 33.47 42.57 -
YUV 159.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 180 147 170 0 0.18 0.06 0.29 318.18 0.18 0.64
Hex B4 93 AA 0 12 6 1D 13E 12 40
Octal 264 223 252 0 22 6 35 476 22 100
Binary 10110100 10010011 10101010 0 10010 110 11101 100111110 10010 1000000

Color Harmonies of #B493AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493AA

Black with #B493AA

Text Example


Text Example

White with #B493AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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