Html Css Color HEX #BC86BA London Hue

📋 copy color: '#BC86BA'

red 188 ◦ green 134 ◦ blue 186

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

Shades of London Hue #BC86BA

Tints of London Hue #BC86BA

RGB

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

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

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

R = 37.01%
G = 26.38%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC86BA (or 0xBC86BA) is known color: London Hue. HEX triplet: BC, 86 and BA. RGB value is (188,134,186). Sum of RGB (Red+Green+Blue) = 188+134+186=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BA is #437945. Grayscale: #9B9B9B. Windows color (decimal): -4421958 or 12224188. OLE color: 12224188.

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

Color convert

RGB 188 134 186 -
CMYK 0 0.29 0.01 0.26
HSL 302.22º 0.29% 0.63% -
HSV(B) 302.22º 0.29% 0.74% -
XYZ 38.13 31.29 50.48 -
YUV 156.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 188 134 186 0 0.29 0.01 0.26 302.22 0.29 0.63
Hex BC 86 BA 0 1D 1 1A 12E 1D 3F
Octal 274 206 272 0 35 1 32 456 35 77
Binary 10111100 10000110 10111010 0 11101 1 11010 100101110 11101 111111

Color Harmonies of #BC86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86BA

Black with #BC86BA

Text Example


Text Example

White with #BC86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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