Html Css Color HEX #B291AA London Hue

📋 copy color: '#B291AA'

red 178 ◦ green 145 ◦ blue 170

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

Shades of London Hue #B291AA

Tints of London Hue #B291AA

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 36.11%
G = 29.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B291AA (or 0xB291AA) is known color: London Hue. HEX triplet: B2, 91 and AA. RGB value is (178,145,170). Sum of RGB (Red+Green+Blue) = 178+145+170=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B291AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B291AA is #4D6E55. Grayscale: #9D9D9D. Windows color (decimal): -5074518 or 11178418. OLE color: 11178418.

HSL color Cylindrical-coordinate representation of color #B291AA: hue angle of 314.55º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B291AA is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 170 -
CMYK 0 0.19 0.04 0.30
HSL 314.55º 0.18% 0.63% -
HSV(B) 314.55º 0.19% 0.7% -
XYZ 35.74 32.62 42.44 -
YUV 157.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 178 145 170 0 0.19 0.04 0.30 314.55 0.18 0.63
Hex B2 91 AA 0 13 4 1E 13B 12 3F
Octal 262 221 252 0 23 4 36 473 22 77
Binary 10110010 10010001 10101010 0 10011 100 11110 100111011 10010 111111

Color Harmonies of #B291AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291AA

Black with #B291AA

Text Example


Text Example

White with #B291AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291AA; }

 p { color: rgb(178,145,170); }

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

background-color css

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

 a { background-color: rgb(178,145,170); }

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

border-color css

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

 span { border-color: rgb(178,145,170); }

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