Html Css Color HEX #BC8CB8 London Hue

📋 copy color: '#BC8CB8'

red 188 ◦ green 140 ◦ blue 184

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

Shades of London Hue #BC8CB8

Tints of London Hue #BC8CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 36.72%
G = 27.34%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC8CB8 (or 0xBC8CB8) is known color: London Hue. HEX triplet: BC, 8C and B8. RGB value is (188,140,184). Sum of RGB (Red+Green+Blue) = 188+140+184=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB8 is #437347. Grayscale: #9F9F9F. Windows color (decimal): -4420424 or 12094652. OLE color: 12094652.

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

Color convert

RGB 188 140 184 -
CMYK 0 0.26 0.02 0.26
HSL 305º 0.26% 0.64% -
HSV(B) 305º 0.26% 0.74% -
XYZ 38.77 32.91 49.66 -
YUV 159.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 188 140 184 0 0.26 0.02 0.26 305 0.26 0.64
Hex BC 8C B8 0 1A 2 1A 131 1A 40
Octal 274 214 270 0 32 2 32 461 32 100
Binary 10111100 10001100 10111000 0 11010 10 11010 100110001 11010 1000000

Color Harmonies of #BC8CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CB8

Black with #BC8CB8

Text Example


Text Example

White with #BC8CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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