Html Css Color HEX #BB84AC London Hue

📋 copy color: '#BB84AC'

red 187 ◦ green 132 ◦ blue 172

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

Shades of London Hue #BB84AC

Tints of London Hue #BB84AC

RGB

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

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

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

R = 38.09%
G = 26.88%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB84AC (or 0xBB84AC) is known color: London Hue. HEX triplet: BB, 84 and AC. RGB value is (187,132,172). Sum of RGB (Red+Green+Blue) = 187+132+172=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AC is #447B53. Grayscale: #989898. Windows color (decimal): -4488020 or 11306171. OLE color: 11306171.

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

Color convert

RGB 187 132 172 -
CMYK 0 0.29 0.08 0.27
HSL 316.36º 0.29% 0.63% -
HSV(B) 316.36º 0.29% 0.73% -
XYZ 36.19 30.05 42.92 -
YUV 153.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 187 132 172 0 0.29 0.08 0.27 316.36 0.29 0.63
Hex BB 84 AC 0 1D 8 1B 13C 1D 3F
Octal 273 204 254 0 35 10 33 474 35 77
Binary 10111011 10000100 10101100 0 11101 1000 11011 100111100 11101 111111

Color Harmonies of #BB84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84AC

Black with #BB84AC

Text Example


Text Example

White with #BB84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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