Html Css Color HEX #BB8AAB London Hue

📋 copy color: '#BB8AAB'

red 187 ◦ green 138 ◦ blue 171

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

Shades of London Hue #BB8AAB

Tints of London Hue #BB8AAB

RGB

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

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

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

R = 37.7%
G = 27.82%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB8AAB (or 0xBB8AAB) is known color: London Hue. HEX triplet: BB, 8A and AB. RGB value is (187,138,171). Sum of RGB (Red+Green+Blue) = 187+138+171=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AAB is #447554. Grayscale: #9C9C9C. Windows color (decimal): -4486485 or 11242171. OLE color: 11242171.

HSL color Cylindrical-coordinate representation of color #BB8AAB: hue angle of 319.59º 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 #BB8AAB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 138 171 -
CMYK 0 0.26 0.09 0.27
HSL 319.59º 0.26% 0.64% -
HSV(B) 319.59º 0.26% 0.73% -
XYZ 36.93 31.68 42.7 -
YUV 156.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 187 138 171 0 0.26 0.09 0.27 319.59 0.26 0.64
Hex BB 8A AB 0 1A 9 1B 140 1A 40
Octal 273 212 253 0 32 11 33 500 32 100
Binary 10111011 10001010 10101011 0 11010 1001 11011 101000000 11010 1000000

Color Harmonies of #BB8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AAB

Black with #BB8AAB

Text Example


Text Example

White with #BB8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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