Html Css Color HEX #BC8CB7 London Hue

📋 copy color: '#BC8CB7'

red 188 ◦ green 140 ◦ blue 183

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

Shades of London Hue #BC8CB7

Tints of London Hue #BC8CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.81%

R = 36.79%
G = 27.4%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC8CB7 (or 0xBC8CB7) is known color: London Hue. HEX triplet: BC, 8C and B7. RGB value is (188,140,183). Sum of RGB (Red+Green+Blue) = 188+140+183=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB7 is #437348. Grayscale: #9F9F9F. Windows color (decimal): -4420425 or 12029116. OLE color: 12029116.

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

Color convert

RGB 188 140 183 -
CMYK 0 0.26 0.03 0.26
HSL 306.25º 0.26% 0.64% -
HSV(B) 306.25º 0.26% 0.74% -
XYZ 38.66 32.87 49.11 -
YUV 159.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 188 140 183 0 0.26 0.03 0.26 306.25 0.26 0.64
Hex BC 8C B7 0 1A 3 1A 132 1A 40
Octal 274 214 267 0 32 3 32 462 32 100
Binary 10111100 10001100 10110111 0 11010 11 11010 100110010 11010 1000000

Color Harmonies of #BC8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CB7

Black with #BC8CB7

Text Example


Text Example

White with #BC8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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