Html Css Color HEX #BC88BC London Hue

📋 copy color: '#BC88BC'

red 188 ◦ green 136 ◦ blue 188

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

Shades of London Hue #BC88BC

Tints of London Hue #BC88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 36.72%
G = 26.56%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC88BC (or 0xBC88BC) is known color: London Hue. HEX triplet: BC, 88 and BC. RGB value is (188,136,188). Sum of RGB (Red+Green+Blue) = 188+136+188=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BC is #437743. Grayscale: #9D9D9D. Windows color (decimal): -4421444 or 12355772. OLE color: 12355772.

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

Color convert

RGB 188 136 188 -
CMYK 0 0.28 0 0.26
HSL 300º 0.28% 0.64% -
HSV(B) 300º 0.28% 0.74% -
XYZ 38.62 31.93 51.7 -
YUV 157.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 188 136 188 0 0.28 0 0.26 300 0.28 0.64
Hex BC 88 BC 0 1C 0 1A 12C 1C 40
Octal 274 210 274 0 34 0 32 454 34 100
Binary 10111100 10001000 10111100 0 11100 0 11010 100101100 11100 1000000

Color Harmonies of #BC88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88BC

Black with #BC88BC

Text Example


Text Example

White with #BC88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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