Html Css Color HEX #BB7EAD London Hue

📋 copy color: '#BB7EAD'

red 187 ◦ green 126 ◦ blue 173

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

Shades of London Hue #BB7EAD

Tints of London Hue #BB7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.93%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 38.48%
G = 25.93%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB7EAD (or 0xBB7EAD) is known color: London Hue. HEX triplet: BB, 7E and AD. RGB value is (187,126,173). Sum of RGB (Red+Green+Blue) = 187+126+173=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EAD is #448152. Grayscale: #959595. Windows color (decimal): -4489555 or 11370171. OLE color: 11370171.

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

Color convert

RGB 187 126 173 -
CMYK 0 0.33 0.07 0.27
HSL 313.77º 0.31% 0.61% -
HSV(B) 313.77º 0.33% 0.73% -
XYZ 35.5 28.5 43.17 -
YUV 149.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 187 126 173 0 0.33 0.07 0.27 313.77 0.31 0.61
Hex BB 7E AD 0 21 7 1B 13A 1F 3D
Octal 273 176 255 0 41 7 33 472 37 75
Binary 10111011 1111110 10101101 0 100001 111 11011 100111010 11111 111101

Color Harmonies of #BB7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EAD

Black with #BB7EAD

Text Example


Text Example

White with #BB7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EAD; }

 p { color: rgb(187,126,173); }

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

background-color css

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

 a { background-color: rgb(187,126,173); }

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

border-color css

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

 span { border-color: rgb(187,126,173); }

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