Html Css Color HEX #BB84AB London Hue

📋 copy color: '#BB84AB'

red 187 ◦ green 132 ◦ blue 171

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

Shades of London Hue #BB84AB

Tints of London Hue #BB84AB

RGB

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

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

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

R = 38.16%
G = 26.94%
B = 34.9%

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

#BB84AB (or 0xBB84AB) is known color: London Hue. HEX triplet: BB, 84 and AB. RGB value is (187,132,171). Sum of RGB (Red+Green+Blue) = 187+132+171=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AB is #447B54. Grayscale: #989898. Windows color (decimal): -4488021 or 11240635. OLE color: 11240635.

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

Color convert

RGB 187 132 171 -
CMYK 0 0.29 0.09 0.27
HSL 317.45º 0.29% 0.63% -
HSV(B) 317.45º 0.29% 0.73% -
XYZ 36.1 30.01 42.42 -
YUV 152.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 187 132 171 0 0.29 0.09 0.27 317.45 0.29 0.63
Hex BB 84 AB 0 1D 9 1B 13D 1D 3F
Octal 273 204 253 0 35 11 33 475 35 77
Binary 10111011 10000100 10101011 0 11101 1001 11011 100111101 11101 111111

Color Harmonies of #BB84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84AB

Black with #BB84AB

Text Example


Text Example

White with #BB84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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