Html Css Color HEX #BB85AC London Hue

📋 copy color: '#BB85AC'

red 187 ◦ green 133 ◦ blue 172

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

Shades of London Hue #BB85AC

Tints of London Hue #BB85AC

RGB

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

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

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

R = 38.01%
G = 27.03%
B = 34.96%

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

#BB85AC (or 0xBB85AC) is known color: London Hue. HEX triplet: BB, 85 and AC. RGB value is (187,133,172). Sum of RGB (Red+Green+Blue) = 187+133+172=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB85AC is #447A53. Grayscale: #999999. Windows color (decimal): -4487764 or 11306427. OLE color: 11306427.

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

Color convert

RGB 187 133 172 -
CMYK 0 0.29 0.08 0.27
HSL 316.67º 0.28% 0.63% -
HSV(B) 316.67º 0.29% 0.73% -
XYZ 36.33 30.32 42.97 -
YUV 153.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 187 133 172 0 0.29 0.08 0.27 316.67 0.28 0.63
Hex BB 85 AC 0 1D 8 1B 13D 1C 3F
Octal 273 205 254 0 35 10 33 475 34 77
Binary 10111011 10000101 10101100 0 11101 1000 11011 100111101 11100 111111

Color Harmonies of #BB85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85AC

Black with #BB85AC

Text Example


Text Example

White with #BB85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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