Html Css Color HEX #BD89BA London Hue

📋 copy color: '#BD89BA'

red 189 ◦ green 137 ◦ blue 186

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

Shades of London Hue #BD89BA

Tints of London Hue #BD89BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 36.91%
G = 26.76%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD89BA (or 0xBD89BA) is known color: London Hue. HEX triplet: BD, 89 and BA. RGB value is (189,137,186). Sum of RGB (Red+Green+Blue) = 189+137+186=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89BA is #427645. Grayscale: #9D9D9D. Windows color (decimal): -4355654 or 12224957. OLE color: 12224957.

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

Color convert

RGB 189 137 186 -
CMYK 0 0.28 0.02 0.26
HSL 303.46º 0.28% 0.64% -
HSV(B) 303.46º 0.28% 0.74% -
XYZ 38.79 32.26 50.64 -
YUV 158.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 189 137 186 0 0.28 0.02 0.26 303.46 0.28 0.64
Hex BD 89 BA 0 1C 2 1A 12F 1C 40
Octal 275 211 272 0 34 2 32 457 34 100
Binary 10111101 10001001 10111010 0 11100 10 11010 100101111 11100 1000000

Color Harmonies of #BD89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89BA

Black with #BD89BA

Text Example


Text Example

White with #BD89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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