Html Css Color HEX #BD88BA London Hue

📋 copy color: '#BD88BA'

red 189 ◦ green 136 ◦ blue 186

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

Shades of London Hue #BD88BA

Tints of London Hue #BD88BA

RGB

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

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

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

R = 36.99%
G = 26.61%
B = 36.4%

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

#BD88BA (or 0xBD88BA) is known color: London Hue. HEX triplet: BD, 88 and BA. RGB value is (189,136,186). Sum of RGB (Red+Green+Blue) = 189+136+186=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BA is #427745. Grayscale: #9D9D9D. Windows color (decimal): -4355910 or 12224701. OLE color: 12224701.

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

Color convert

RGB 189 136 186 -
CMYK 0 0.28 0.02 0.26
HSL 303.4º 0.29% 0.64% -
HSV(B) 303.4º 0.28% 0.74% -
XYZ 38.65 31.97 50.59 -
YUV 157.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 189 136 186 0 0.28 0.02 0.26 303.4 0.29 0.64
Hex BD 88 BA 0 1C 2 1A 12F 1D 40
Octal 275 210 272 0 34 2 32 457 35 100
Binary 10111101 10001000 10111010 0 11100 10 11010 100101111 11101 1000000

Color Harmonies of #BD88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88BA

Black with #BD88BA

Text Example


Text Example

White with #BD88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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