Html Css Color HEX #BB81AE London Hue

📋 copy color: '#BB81AE'

red 187 ◦ green 129 ◦ blue 174

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

Shades of London Hue #BB81AE

Tints of London Hue #BB81AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.33%

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 38.16%
G = 26.33%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB81AE (or 0xBB81AE) is known color: London Hue. HEX triplet: BB, 81 and AE. RGB value is (187,129,174). Sum of RGB (Red+Green+Blue) = 187+129+174=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AE is #447E51. Grayscale: #979797. Windows color (decimal): -4488786 or 11436475. OLE color: 11436475.

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

Color convert

RGB 187 129 174 -
CMYK 0 0.31 0.07 0.27
HSL 313.45º 0.3% 0.62% -
HSV(B) 313.45º 0.31% 0.73% -
XYZ 35.98 29.32 43.81 -
YUV 151.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 187 129 174 0 0.31 0.07 0.27 313.45 0.3 0.62
Hex BB 81 AE 0 1F 7 1B 139 1E 3E
Octal 273 201 256 0 37 7 33 471 36 76
Binary 10111011 10000001 10101110 0 11111 111 11011 100111001 11110 111110

Color Harmonies of #BB81AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81AE

Black with #BB81AE

Text Example


Text Example

White with #BB81AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81AE; }

 p { color: rgb(187,129,174); }

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

background-color css

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

 a { background-color: rgb(187,129,174); }

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

border-color css

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

 span { border-color: rgb(187,129,174); }

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