Html Css Color HEX #BD89BE London Hue

📋 copy color: '#BD89BE'

red 189 ◦ green 137 ◦ blue 190

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

Shades of London Hue #BD89BE

Tints of London Hue #BD89BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 36.63%
G = 26.55%
B = 36.82%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD89BE (or 0xBD89BE) is known color: London Hue. HEX triplet: BD, 89 and BE. RGB value is (189,137,190). Sum of RGB (Red+Green+Blue) = 189+137+190=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89BE is #427641. Grayscale: #9E9E9E. Windows color (decimal): -4355650 or 12487101. OLE color: 12487101.

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

Color convert

RGB 189 137 190 -
CMYK 0.01 0.28 0 0.25
HSL 298.87º 0.29% 0.64% -
HSV(B) 298.87º 0.28% 0.75% -
XYZ 39.23 32.43 52.91 -
YUV 158.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 189 137 190 0.01 0.28 0 0.25 298.87 0.29 0.64
Hex BD 89 BE 1 1C 0 19 12B 1D 40
Octal 275 211 276 1 34 0 31 453 35 100
Binary 10111101 10001001 10111110 1 11100 0 11001 100101011 11101 1000000

Color Harmonies of #BD89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89BE

Black with #BD89BE

Text Example


Text Example

White with #BD89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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