Html Css Color HEX #BC88BD London Hue

📋 copy color: '#BC88BD'

red 188 ◦ green 136 ◦ blue 189

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

Shades of London Hue #BC88BD

Tints of London Hue #BC88BD

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 36.65%
G = 26.51%
B = 36.84%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC88BD (or 0xBC88BD) is known color: London Hue. HEX triplet: BC, 88 and BD. RGB value is (188,136,189). Sum of RGB (Red+Green+Blue) = 188+136+189=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BD is #437742. Grayscale: #9D9D9D. Windows color (decimal): -4421443 or 12421308. OLE color: 12421308.

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

Color convert

RGB 188 136 189 -
CMYK 0.01 0.28 0 0.26
HSL 298.87º 0.29% 0.64% -
HSV(B) 298.87º 0.28% 0.74% -
XYZ 38.73 31.97 52.27 -
YUV 157.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 188 136 189 0.01 0.28 0 0.26 298.87 0.29 0.64
Hex BC 88 BD 1 1C 0 1A 12B 1D 40
Octal 274 210 275 1 34 0 32 453 35 100
Binary 10111100 10001000 10111101 1 11100 0 11010 100101011 11101 1000000

Color Harmonies of #BC88BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88BD

Black with #BC88BD

Text Example


Text Example

White with #BC88BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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