Html Css Color HEX #BF86BC London Hue

📋 copy color: '#BF86BC'

red 191 ◦ green 134 ◦ blue 188

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

Shades of London Hue #BF86BC

Tints of London Hue #BF86BC

RGB

 RED value IS 191 (75% from 255) = 37.23%

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 37.23%
G = 26.12%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF86BC (or 0xBF86BC) is known color: London Hue. HEX triplet: BF, 86 and BC. RGB value is (191,134,188). Sum of RGB (Red+Green+Blue) = 191+134+188=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BC is #407943. Grayscale: #9D9D9D. Windows color (decimal): -4225348 or 12355263. OLE color: 12355263.

HSL color Cylindrical-coordinate representation of color #BF86BC: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF86BC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 188 -
CMYK 0 0.30 0.02 0.25
HSL 303.16º 0.31% 0.64% -
HSV(B) 303.16º 0.3% 0.75% -
XYZ 39.09 31.76 51.65 -
YUV 157.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 191 134 188 0 0.30 0.02 0.25 303.16 0.31 0.64
Hex BF 86 BC 0 1E 2 19 12F 1F 40
Octal 277 206 274 0 36 2 31 457 37 100
Binary 10111111 10000110 10111100 0 11110 10 11001 100101111 11111 1000000

Color Harmonies of #BF86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86BC

Black with #BF86BC

Text Example


Text Example

White with #BF86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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