Html Css Color HEX #BB84AA London Hue

📋 copy color: '#BB84AA'

red 187 ◦ green 132 ◦ blue 170

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

Shades of London Hue #BB84AA

Tints of London Hue #BB84AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 38.24%
G = 26.99%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB84AA (or 0xBB84AA) is known color: London Hue. HEX triplet: BB, 84 and AA. RGB value is (187,132,170). Sum of RGB (Red+Green+Blue) = 187+132+170=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AA is #447B55. Grayscale: #989898. Windows color (decimal): -4488022 or 11175099. OLE color: 11175099.

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

Color convert

RGB 187 132 170 -
CMYK 0 0.29 0.09 0.27
HSL 318.55º 0.29% 0.63% -
HSV(B) 318.55º 0.29% 0.73% -
XYZ 36 29.97 41.92 -
YUV 152.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 187 132 170 0 0.29 0.09 0.27 318.55 0.29 0.63
Hex BB 84 AA 0 1D 9 1B 13F 1D 3F
Octal 273 204 252 0 35 11 33 477 35 77
Binary 10111011 10000100 10101010 0 11101 1001 11011 100111111 11101 111111

Color Harmonies of #BB84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84AA

Black with #BB84AA

Text Example


Text Example

White with #BB84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84AA; }

 p { color: rgb(187,132,170); }

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

background-color css

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

 a { background-color: rgb(187,132,170); }

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

border-color css

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

 span { border-color: rgb(187,132,170); }

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