Html Css Color HEX #BC86BB London Hue

📋 copy color: '#BC86BB'

red 188 ◦ green 134 ◦ blue 187

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

Shades of London Hue #BC86BB

Tints of London Hue #BC86BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 36.94%
G = 26.33%
B = 36.74%

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

#BC86BB (or 0xBC86BB) is known color: London Hue. HEX triplet: BC, 86 and BB. RGB value is (188,134,187). Sum of RGB (Red+Green+Blue) = 188+134+187=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BB is #437944. Grayscale: #9C9C9C. Windows color (decimal): -4421957 or 12289724. OLE color: 12289724.

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

Color convert

RGB 188 134 187 -
CMYK 0 0.29 0.01 0.26
HSL 301.11º 0.29% 0.63% -
HSV(B) 301.11º 0.29% 0.74% -
XYZ 38.23 31.33 51.05 -
YUV 156.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 188 134 187 0 0.29 0.01 0.26 301.11 0.29 0.63
Hex BC 86 BB 0 1D 1 1A 12D 1D 3F
Octal 274 206 273 0 35 1 32 455 35 77
Binary 10111100 10000110 10111011 0 11101 1 11010 100101101 11101 111111

Color Harmonies of #BC86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86BB

Black with #BC86BB

Text Example


Text Example

White with #BC86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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