Html Css Color HEX #BC8CBA London Hue

📋 copy color: '#BC8CBA'

red 188 ◦ green 140 ◦ blue 186

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

Shades of London Hue #BC8CBA

Tints of London Hue #BC8CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 36.58%
G = 27.24%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC8CBA (or 0xBC8CBA) is known color: London Hue. HEX triplet: BC, 8C and BA. RGB value is (188,140,186). Sum of RGB (Red+Green+Blue) = 188+140+186=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CBA is #437345. Grayscale: #9F9F9F. Windows color (decimal): -4420422 or 12225724. OLE color: 12225724.

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

Color convert

RGB 188 140 186 -
CMYK 0 0.26 0.01 0.26
HSL 302.5º 0.26% 0.64% -
HSV(B) 302.5º 0.26% 0.74% -
XYZ 38.98 32.99 50.77 -
YUV 159.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 188 140 186 0 0.26 0.01 0.26 302.5 0.26 0.64
Hex BC 8C BA 0 1A 1 1A 12E 1A 40
Octal 274 214 272 0 32 1 32 456 32 100
Binary 10111100 10001100 10111010 0 11010 1 11010 100101110 11010 1000000

Color Harmonies of #BC8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CBA

Black with #BC8CBA

Text Example


Text Example

White with #BC8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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