Html Css Color HEX #BB80AC London Hue

📋 copy color: '#BB80AC'

red 187 ◦ green 128 ◦ blue 172

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

Shades of London Hue #BB80AC

Tints of London Hue #BB80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.28%

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

R = 38.4%
G = 26.28%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB80AC (or 0xBB80AC) is known color: London Hue. HEX triplet: BB, 80 and AC. RGB value is (187,128,172). Sum of RGB (Red+Green+Blue) = 187+128+172=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80AC is #447F53. Grayscale: #969696. Windows color (decimal): -4489044 or 11305147. OLE color: 11305147.

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

Color convert

RGB 187 128 172 -
CMYK 0 0.32 0.08 0.27
HSL 315.25º 0.3% 0.62% -
HSV(B) 315.25º 0.32% 0.73% -
XYZ 35.66 28.98 42.74 -
YUV 150.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 187 128 172 0 0.32 0.08 0.27 315.25 0.3 0.62
Hex BB 80 AC 0 20 8 1B 13B 1E 3E
Octal 273 200 254 0 40 10 33 473 36 76
Binary 10111011 10000000 10101100 0 100000 1000 11011 100111011 11110 111110

Color Harmonies of #BB80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80AC

Black with #BB80AC

Text Example


Text Example

White with #BB80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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