Html Css Color HEX #BB7CAC London Hue

📋 copy color: '#BB7CAC'

red 187 ◦ green 124 ◦ blue 172

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

Shades of London Hue #BB7CAC

Tints of London Hue #BB7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

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

R = 38.72%
G = 25.67%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB7CAC (or 0xBB7CAC) is known color: London Hue. HEX triplet: BB, 7C and AC. RGB value is (187,124,172). Sum of RGB (Red+Green+Blue) = 187+124+172=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CAC is #448353. Grayscale: #949494. Windows color (decimal): -4490068 or 11304123. OLE color: 11304123.

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

Color convert

RGB 187 124 172 -
CMYK 0 0.34 0.08 0.27
HSL 314.29º 0.32% 0.61% -
HSV(B) 314.29º 0.34% 0.73% -
XYZ 35.15 27.96 42.57 -
YUV 148.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 187 124 172 0 0.34 0.08 0.27 314.29 0.32 0.61
Hex BB 7C AC 0 22 8 1B 13A 20 3D
Octal 273 174 254 0 42 10 33 472 40 75
Binary 10111011 1111100 10101100 0 100010 1000 11011 100111010 100000 111101

Color Harmonies of #BB7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CAC

Black with #BB7CAC

Text Example


Text Example

White with #BB7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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