Html Css Color HEX #BF86BE London Hue

📋 copy color: '#BF86BE'

red 191 ◦ green 134 ◦ blue 190

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

Shades of London Hue #BF86BE

Tints of London Hue #BF86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 37.09%
G = 26.02%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF86BE (or 0xBF86BE) is known color: London Hue. HEX triplet: BF, 86 and BE. RGB value is (191,134,190). Sum of RGB (Red+Green+Blue) = 191+134+190=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BE is #407941. Grayscale: #9D9D9D. Windows color (decimal): -4225346 or 12486335. OLE color: 12486335.

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

Color convert

RGB 191 134 190 -
CMYK 0 0.30 0.01 0.25
HSL 301.05º 0.31% 0.64% -
HSV(B) 301.05º 0.3% 0.75% -
XYZ 39.31 31.84 52.79 -
YUV 157.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 191 134 190 0 0.30 0.01 0.25 301.05 0.31 0.64
Hex BF 86 BE 0 1E 1 19 12D 1F 40
Octal 277 206 276 0 36 1 31 455 37 100
Binary 10111111 10000110 10111110 0 11110 1 11001 100101101 11111 1000000

Color Harmonies of #BF86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86BE

Black with #BF86BE

Text Example


Text Example

White with #BF86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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