Html Css Color HEX #BB85AA London Hue

📋 copy color: '#BB85AA'

red 187 ◦ green 133 ◦ blue 170

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

Shades of London Hue #BB85AA

Tints of London Hue #BB85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 38.16%
G = 27.14%
B = 34.69%

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

#BB85AA (or 0xBB85AA) is known color: London Hue. HEX triplet: BB, 85 and AA. RGB value is (187,133,170). Sum of RGB (Red+Green+Blue) = 187+133+170=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB85AA is #447A55. Grayscale: #999999. Windows color (decimal): -4487766 or 11175355. OLE color: 11175355.

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

Color convert

RGB 187 133 170 -
CMYK 0 0.29 0.09 0.27
HSL 318.89º 0.28% 0.63% -
HSV(B) 318.89º 0.29% 0.73% -
XYZ 36.14 30.24 41.96 -
YUV 153.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 187 133 170 0 0.29 0.09 0.27 318.89 0.28 0.63
Hex BB 85 AA 0 1D 9 1B 13F 1C 3F
Octal 273 205 252 0 35 11 33 477 34 77
Binary 10111011 10000101 10101010 0 11101 1001 11011 100111111 11100 111111

Color Harmonies of #BB85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85AA

Black with #BB85AA

Text Example


Text Example

White with #BB85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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