Html Css Color HEX #BD82AD London Hue

📋 copy color: '#BD82AD'

red 189 ◦ green 130 ◦ blue 173

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

Shades of London Hue #BD82AD

Tints of London Hue #BD82AD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

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

R = 38.41%
G = 26.42%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD82AD (or 0xBD82AD) is known color: London Hue. HEX triplet: BD, 82 and AD. RGB value is (189,130,173). Sum of RGB (Red+Green+Blue) = 189+130+173=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD82AD is #427D52. Grayscale: #989898. Windows color (decimal): -4357459 or 11371197. OLE color: 11371197.

HSL color Cylindrical-coordinate representation of color #BD82AD: hue angle of 316.27º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD82AD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 173 -
CMYK 0 0.31 0.08 0.26
HSL 316.27º 0.31% 0.63% -
HSV(B) 316.27º 0.31% 0.74% -
XYZ 36.51 29.8 43.36 -
YUV 152.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 189 130 173 0 0.31 0.08 0.26 316.27 0.31 0.63
Hex BD 82 AD 0 1F 8 1A 13C 1F 3F
Octal 275 202 255 0 37 10 32 474 37 77
Binary 10111101 10000010 10101101 0 11111 1000 11010 100111100 11111 111111

Color Harmonies of #BD82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82AD

Black with #BD82AD

Text Example


Text Example

White with #BD82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82AD; }

 p { color: rgb(189,130,173); }

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

background-color css

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

 a { background-color: rgb(189,130,173); }

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

border-color css

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

 span { border-color: rgb(189,130,173); }

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