Html Css Color HEX #BB7DAE London Hue

📋 copy color: '#BB7DAE'

red 187 ◦ green 125 ◦ blue 174

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

Shades of London Hue #BB7DAE

Tints of London Hue #BB7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.72%

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

R = 38.48%
G = 25.72%
B = 35.8%

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

#BB7DAE (or 0xBB7DAE) is known color: London Hue. HEX triplet: BB, 7D and AE. RGB value is (187,125,174). Sum of RGB (Red+Green+Blue) = 187+125+174=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAE is #448251. Grayscale: #949494. Windows color (decimal): -4489810 or 11435451. OLE color: 11435451.

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

Color convert

RGB 187 125 174 -
CMYK 0 0.33 0.07 0.27
HSL 312.58º 0.31% 0.61% -
HSV(B) 312.58º 0.33% 0.73% -
XYZ 35.47 28.29 43.64 -
YUV 149.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 187 125 174 0 0.33 0.07 0.27 312.58 0.31 0.61
Hex BB 7D AE 0 21 7 1B 139 1F 3D
Octal 273 175 256 0 41 7 33 471 37 75
Binary 10111011 1111101 10101110 0 100001 111 11011 100111001 11111 111101

Color Harmonies of #BB7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DAE

Black with #BB7DAE

Text Example


Text Example

White with #BB7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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