Html Css Color HEX #BC86AF London Hue

📋 copy color: '#BC86AF'

red 188 ◦ green 134 ◦ blue 175

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

Shades of London Hue #BC86AF

Tints of London Hue #BC86AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 37.83%
G = 26.96%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC86AF (or 0xBC86AF) is known color: London Hue. HEX triplet: BC, 86 and AF. RGB value is (188,134,175). Sum of RGB (Red+Green+Blue) = 188+134+175=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86AF is #437950. Grayscale: #9A9A9A. Windows color (decimal): -4421969 or 11503292. OLE color: 11503292.

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

Color convert

RGB 188 134 175 -
CMYK 0 0.29 0.07 0.26
HSL 314.44º 0.29% 0.63% -
HSV(B) 314.44º 0.29% 0.74% -
XYZ 37 30.84 44.56 -
YUV 154.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 188 134 175 0 0.29 0.07 0.26 314.44 0.29 0.63
Hex BC 86 AF 0 1D 7 1A 13A 1D 3F
Octal 274 206 257 0 35 7 32 472 35 77
Binary 10111100 10000110 10101111 0 11101 111 11010 100111010 11101 111111

Color Harmonies of #BC86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86AF

Black with #BC86AF

Text Example


Text Example

White with #BC86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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