Html Css Color HEX #BD80AE London Hue

📋 copy color: '#BD80AE'

red 189 ◦ green 128 ◦ blue 174

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

Shades of London Hue #BD80AE

Tints of London Hue #BD80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 38.49%
G = 26.07%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD80AE (or 0xBD80AE) is known color: London Hue. HEX triplet: BD, 80 and AE. RGB value is (189,128,174). Sum of RGB (Red+Green+Blue) = 189+128+174=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80AE is #427F51. Grayscale: #979797. Windows color (decimal): -4357970 or 11436221. OLE color: 11436221.

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

Color convert

RGB 189 128 174 -
CMYK 0 0.32 0.08 0.26
HSL 314.75º 0.32% 0.62% -
HSV(B) 314.75º 0.32% 0.74% -
XYZ 36.35 29.31 43.79 -
YUV 151.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 189 128 174 0 0.32 0.08 0.26 314.75 0.32 0.62
Hex BD 80 AE 0 20 8 1A 13B 20 3E
Octal 275 200 256 0 40 10 32 473 40 76
Binary 10111101 10000000 10101110 0 100000 1000 11010 100111011 100000 111110

Color Harmonies of #BD80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80AE

Black with #BD80AE

Text Example


Text Example

White with #BD80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80AE; }

 p { color: rgb(189,128,174); }

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

background-color css

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

 a { background-color: rgb(189,128,174); }

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

border-color css

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

 span { border-color: rgb(189,128,174); }

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