Html Css Color HEX #BC86B7 London Hue

📋 copy color: '#BC86B7'

red 188 ◦ green 134 ◦ blue 183

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

Shades of London Hue #BC86B7

Tints of London Hue #BC86B7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.53%

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

R = 37.23%
G = 26.53%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC86B7 (or 0xBC86B7) is known color: London Hue. HEX triplet: BC, 86 and B7. RGB value is (188,134,183). Sum of RGB (Red+Green+Blue) = 188+134+183=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86B7 is #437948. Grayscale: #9B9B9B. Windows color (decimal): -4421961 or 12027580. OLE color: 12027580.

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

Color convert

RGB 188 134 183 -
CMYK 0 0.29 0.03 0.26
HSL 305.56º 0.29% 0.63% -
HSV(B) 305.56º 0.29% 0.74% -
XYZ 37.81 31.16 48.82 -
YUV 155.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 188 134 183 0 0.29 0.03 0.26 305.56 0.29 0.63
Hex BC 86 B7 0 1D 3 1A 132 1D 3F
Octal 274 206 267 0 35 3 32 462 35 77
Binary 10111100 10000110 10110111 0 11101 11 11010 100110010 11101 111111

Color Harmonies of #BC86B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86B7

Black with #BC86B7

Text Example


Text Example

White with #BC86B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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