Html Css Color HEX #B492AA London Hue

📋 copy color: '#B492AA'

red 180 ◦ green 146 ◦ blue 170

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

Shades of London Hue #B492AA

Tints of London Hue #B492AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

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

R = 36.29%
G = 29.44%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B492AA (or 0xB492AA) is known color: London Hue. HEX triplet: B4, 92 and AA. RGB value is (180,146,170). Sum of RGB (Red+Green+Blue) = 180+146+170=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AA is #4B6D55. Grayscale: #9E9E9E. Windows color (decimal): -4943190 or 11178676. OLE color: 11178676.

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

Color convert

RGB 180 146 170 -
CMYK 0 0.19 0.06 0.29
HSL 317.65º 0.18% 0.64% -
HSV(B) 317.65º 0.19% 0.71% -
XYZ 36.36 33.16 42.52 -
YUV 158.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 180 146 170 0 0.19 0.06 0.29 317.65 0.18 0.64
Hex B4 92 AA 0 13 6 1D 13E 12 40
Octal 264 222 252 0 23 6 35 476 22 100
Binary 10110100 10010010 10101010 0 10011 110 11101 100111110 10010 1000000

Color Harmonies of #B492AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492AA

Black with #B492AA

Text Example


Text Example

White with #B492AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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