Html Css Color HEX #BD88AD London Hue

📋 copy color: '#BD88AD'

red 189 ◦ green 136 ◦ blue 173

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

Shades of London Hue #BD88AD

Tints of London Hue #BD88AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.31%

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

R = 37.95%
G = 27.31%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD88AD (or 0xBD88AD) is known color: London Hue. HEX triplet: BD, 88 and AD. RGB value is (189,136,173). Sum of RGB (Red+Green+Blue) = 189+136+173=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88AD is #427752. Grayscale: #9B9B9B. Windows color (decimal): -4355923 or 11372733. OLE color: 11372733.

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

Color convert

RGB 189 136 173 -
CMYK 0 0.28 0.08 0.26
HSL 318.11º 0.29% 0.64% -
HSV(B) 318.11º 0.28% 0.74% -
XYZ 37.33 31.44 43.64 -
YUV 156.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 189 136 173 0 0.28 0.08 0.26 318.11 0.29 0.64
Hex BD 88 AD 0 1C 8 1A 13E 1D 40
Octal 275 210 255 0 34 10 32 476 35 100
Binary 10111101 10001000 10101101 0 11100 1000 11010 100111110 11101 1000000

Color Harmonies of #BD88AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88AD

Black with #BD88AD

Text Example


Text Example

White with #BD88AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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