Html Css Color HEX #BC88B1 London Hue

📋 copy color: '#BC88B1'

red 188 ◦ green 136 ◦ blue 177

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

Shades of London Hue #BC88B1

Tints of London Hue #BC88B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 37.52%
G = 27.15%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC88B1 (or 0xBC88B1) is known color: London Hue. HEX triplet: BC, 88 and B1. RGB value is (188,136,177). Sum of RGB (Red+Green+Blue) = 188+136+177=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88B1 is #43774E. Grayscale: #9C9C9C. Windows color (decimal): -4421455 or 11634876. OLE color: 11634876.

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

Color convert

RGB 188 136 177 -
CMYK 0 0.28 0.06 0.26
HSL 312.69º 0.28% 0.64% -
HSV(B) 312.69º 0.28% 0.74% -
XYZ 37.48 31.47 45.69 -
YUV 156.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 188 136 177 0 0.28 0.06 0.26 312.69 0.28 0.64
Hex BC 88 B1 0 1C 6 1A 139 1C 40
Octal 274 210 261 0 34 6 32 471 34 100
Binary 10111100 10001000 10110001 0 11100 110 11010 100111001 11100 1000000

Color Harmonies of #BC88B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88B1

Black with #BC88B1

Text Example


Text Example

White with #BC88B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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