Html Css Color HEX #BB7AAC London Hue

📋 copy color: '#BB7AAC'

red 187 ◦ green 122 ◦ blue 172

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

Shades of London Hue #BB7AAC

Tints of London Hue #BB7AAC

RGB

 RED value IS 187 (73.44% from 255) = 38.88%

 GREEN value IS 122 (48.05% from 255) = 25.36%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 38.88%
G = 25.36%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB7AAC (or 0xBB7AAC) is known color: London Hue. HEX triplet: BB, 7A and AC. RGB value is (187,122,172). Sum of RGB (Red+Green+Blue) = 187+122+172=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAC is #448553. Grayscale: #939393. Windows color (decimal): -4490580 or 11303611. OLE color: 11303611.

HSL color Cylindrical-coordinate representation of color #BB7AAC: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7AAC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 172 -
CMYK 0 0.35 0.08 0.27
HSL 313.85º 0.32% 0.61% -
HSV(B) 313.85º 0.35% 0.73% -
XYZ 34.9 27.46 42.49 -
YUV 147.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 187 122 172 0 0.35 0.08 0.27 313.85 0.32 0.61
Hex BB 7A AC 0 23 8 1B 13A 20 3D
Octal 273 172 254 0 43 10 33 472 40 75
Binary 10111011 1111010 10101100 0 100011 1000 11011 100111010 100000 111101

Color Harmonies of #BB7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AAC

Black with #BB7AAC

Text Example


Text Example

White with #BB7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AAC; }

 p { color: rgb(187,122,172); }

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

background-color css

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

 a { background-color: rgb(187,122,172); }

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

border-color css

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

 span { border-color: rgb(187,122,172); }

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