Html Css Color HEX #BC8CB1 London Hue

📋 copy color: '#BC8CB1'

red 188 ◦ green 140 ◦ blue 177

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

Shades of London Hue #BC8CB1

Tints of London Hue #BC8CB1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

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

R = 37.23%
G = 27.72%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC8CB1 (or 0xBC8CB1) is known color: London Hue. HEX triplet: BC, 8C and B1. RGB value is (188,140,177). Sum of RGB (Red+Green+Blue) = 188+140+177=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CB1 is #43734E. Grayscale: #9E9E9E. Windows color (decimal): -4420431 or 11635900. OLE color: 11635900.

HSL color Cylindrical-coordinate representation of color #BC8CB1: hue angle of 313.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8CB1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 177 -
CMYK 0 0.26 0.06 0.26
HSL 313.75º 0.26% 0.64% -
HSV(B) 313.75º 0.26% 0.74% -
XYZ 38.05 32.62 45.89 -
YUV 158.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 188 140 177 0 0.26 0.06 0.26 313.75 0.26 0.64
Hex BC 8C B1 0 1A 6 1A 13A 1A 40
Octal 274 214 261 0 32 6 32 472 32 100
Binary 10111100 10001100 10110001 0 11010 110 11010 100111010 11010 1000000

Color Harmonies of #BC8CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CB1

Black with #BC8CB1

Text Example


Text Example

White with #BC8CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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