Html Css Color HEX #BD89BC London Hue

📋 copy color: '#BD89BC'

red 189 ◦ green 137 ◦ blue 188

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

Shades of London Hue #BD89BC

Tints of London Hue #BD89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.65%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 36.77%
G = 26.65%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD89BC (or 0xBD89BC) is known color: London Hue. HEX triplet: BD, 89 and BC. RGB value is (189,137,188). Sum of RGB (Red+Green+Blue) = 189+137+188=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89BC is #427643. Grayscale: #9E9E9E. Windows color (decimal): -4355652 or 12356029. OLE color: 12356029.

HSL color Cylindrical-coordinate representation of color #BD89BC: hue angle of 301.15º degrees, saturation: 0.28, 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 #BD89BC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 188 -
CMYK 0 0.28 0.01 0.26
HSL 301.15º 0.28% 0.64% -
HSV(B) 301.15º 0.28% 0.74% -
XYZ 39.01 32.34 51.76 -
YUV 158.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 189 137 188 0 0.28 0.01 0.26 301.15 0.28 0.64
Hex BD 89 BC 0 1C 1 1A 12D 1C 40
Octal 275 211 274 0 34 1 32 455 34 100
Binary 10111101 10001001 10111100 0 11100 1 11010 100101101 11100 1000000

Color Harmonies of #BD89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89BC

Black with #BD89BC

Text Example


Text Example

White with #BD89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89BC; }

 p { color: rgb(189,137,188); }

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

background-color css

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

 a { background-color: rgb(189,137,188); }

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

border-color css

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

 span { border-color: rgb(189,137,188); }

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