Html Css Color HEX #BB8AAC London Hue

📋 copy color: '#BB8AAC'

red 187 ◦ green 138 ◦ blue 172

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

Shades of London Hue #BB8AAC

Tints of London Hue #BB8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

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

R = 37.63%
G = 27.77%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB8AAC (or 0xBB8AAC) is known color: London Hue. HEX triplet: BB, 8A and AC. RGB value is (187,138,172). Sum of RGB (Red+Green+Blue) = 187+138+172=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AAC is #447553. Grayscale: #9C9C9C. Windows color (decimal): -4486484 or 11307707. OLE color: 11307707.

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

Color convert

RGB 187 138 172 -
CMYK 0 0.26 0.08 0.27
HSL 318.37º 0.26% 0.64% -
HSV(B) 318.37º 0.26% 0.73% -
XYZ 37.03 31.72 43.2 -
YUV 156.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 187 138 172 0 0.26 0.08 0.27 318.37 0.26 0.64
Hex BB 8A AC 0 1A 8 1B 13E 1A 40
Octal 273 212 254 0 32 10 33 476 32 100
Binary 10111011 10001010 10101100 0 11010 1000 11011 100111110 11010 1000000

Color Harmonies of #BB8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AAC

Black with #BB8AAC

Text Example


Text Example

White with #BB8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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