Html Css Color HEX #BD88BE London Hue

📋 copy color: '#BD88BE'

red 189 ◦ green 136 ◦ blue 190

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

Shades of London Hue #BD88BE

Tints of London Hue #BD88BE

RGB

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

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

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

R = 36.7%
G = 26.41%
B = 36.89%

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

#BD88BE (or 0xBD88BE) is known color: London Hue. HEX triplet: BD, 88 and BE. RGB value is (189,136,190). Sum of RGB (Red+Green+Blue) = 189+136+190=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BE is #427741. Grayscale: #9D9D9D. Windows color (decimal): -4355906 or 12486845. OLE color: 12486845.

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

Color convert

RGB 189 136 190 -
CMYK 0.01 0.28 0 0.25
HSL 298.89º 0.29% 0.64% -
HSV(B) 298.89º 0.28% 0.75% -
XYZ 39.08 32.14 52.86 -
YUV 158 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 189 136 190 0.01 0.28 0 0.25 298.89 0.29 0.64
Hex BD 88 BE 1 1C 0 19 12B 1D 40
Octal 275 210 276 1 34 0 31 453 35 100
Binary 10111101 10001000 10111110 1 11100 0 11001 100101011 11101 1000000

Color Harmonies of #BD88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88BE

Black with #BD88BE

Text Example


Text Example

White with #BD88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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