Html Css Color HEX #BD7DAC London Hue

📋 copy color: '#BD7DAC'

red 189 ◦ green 125 ◦ blue 172

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

Shades of London Hue #BD7DAC

Tints of London Hue #BD7DAC

RGB

 RED value IS 189 (74.22% from 255) = 38.89%

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

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

R = 38.89%
G = 25.72%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD7DAC (or 0xBD7DAC) is known color: London Hue. HEX triplet: BD, 7D and AC. RGB value is (189,125,172). Sum of RGB (Red+Green+Blue) = 189+125+172=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DAC is #428253. Grayscale: #959595. Windows color (decimal): -4358740 or 11304381. OLE color: 11304381.

HSL color Cylindrical-coordinate representation of color #BD7DAC: hue angle of 315.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7DAC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 172 -
CMYK 0 0.34 0.09 0.26
HSL 315.94º 0.33% 0.62% -
HSV(B) 315.94º 0.34% 0.74% -
XYZ 35.77 28.46 42.64 -
YUV 149.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 189 125 172 0 0.34 0.09 0.26 315.94 0.33 0.62
Hex BD 7D AC 0 22 9 1A 13C 21 3E
Octal 275 175 254 0 42 11 32 474 41 76
Binary 10111101 1111101 10101100 0 100010 1001 11010 100111100 100001 111110

Color Harmonies of #BD7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DAC

Black with #BD7DAC

Text Example


Text Example

White with #BD7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DAC; }

 p { color: rgb(189,125,172); }

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

background-color css

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

 a { background-color: rgb(189,125,172); }

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

border-color css

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

 span { border-color: rgb(189,125,172); }

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