Html Css Color HEX #B291AB London Hue

📋 copy color: '#B291AB'

red 178 ◦ green 145 ◦ blue 171

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

Shades of London Hue #B291AB

Tints of London Hue #B291AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 36.03%
G = 29.35%
B = 34.62%

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

#B291AB (or 0xB291AB) is known color: London Hue. HEX triplet: B2, 91 and AB. RGB value is (178,145,171). Sum of RGB (Red+Green+Blue) = 178+145+171=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B291AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B291AB is #4D6E54. Grayscale: #9D9D9D. Windows color (decimal): -5074517 or 11243954. OLE color: 11243954.

HSL color Cylindrical-coordinate representation of color #B291AB: hue angle of 312.73º 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 #B291AB is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 171 -
CMYK 0 0.19 0.04 0.30
HSL 312.73º 0.18% 0.63% -
HSV(B) 312.73º 0.19% 0.7% -
XYZ 35.84 32.66 42.94 -
YUV 157.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 178 145 171 0 0.19 0.04 0.30 312.73 0.18 0.63
Hex B2 91 AB 0 13 4 1E 139 12 3F
Octal 262 221 253 0 23 4 36 471 22 77
Binary 10110010 10010001 10101011 0 10011 100 11110 100111001 10010 111111

Color Harmonies of #B291AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291AB

Black with #B291AB

Text Example


Text Example

White with #B291AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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