Html Css Color HEX #BD84AC London Hue

📋 copy color: '#BD84AC'

red 189 ◦ green 132 ◦ blue 172

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

Shades of London Hue #BD84AC

Tints of London Hue #BD84AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.77%

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

R = 38.34%
G = 26.77%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD84AC (or 0xBD84AC) is known color: London Hue. HEX triplet: BD, 84 and AC. RGB value is (189,132,172). Sum of RGB (Red+Green+Blue) = 189+132+172=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84AC is #427B53. Grayscale: #999999. Windows color (decimal): -4356948 or 11306173. OLE color: 11306173.

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

Color convert

RGB 189 132 172 -
CMYK 0 0.30 0.09 0.26
HSL 317.89º 0.3% 0.63% -
HSV(B) 317.89º 0.3% 0.74% -
XYZ 36.68 30.3 42.94 -
YUV 153.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 189 132 172 0 0.30 0.09 0.26 317.89 0.3 0.63
Hex BD 84 AC 0 1E 9 1A 13E 1E 3F
Octal 275 204 254 0 36 11 32 476 36 77
Binary 10111101 10000100 10101100 0 11110 1001 11010 100111110 11110 111111

Color Harmonies of #BD84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84AC

Black with #BD84AC

Text Example


Text Example

White with #BD84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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