Html Css Color HEX #BF86B6 London Hue

📋 copy color: '#BF86B6'

red 191 ◦ green 134 ◦ blue 182

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

Shades of London Hue #BF86B6

Tints of London Hue #BF86B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 37.67%
G = 26.43%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF86B6 (or 0xBF86B6) is known color: London Hue. HEX triplet: BF, 86 and B6. RGB value is (191,134,182). Sum of RGB (Red+Green+Blue) = 191+134+182=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86B6 is #407949. Grayscale: #9C9C9C. Windows color (decimal): -4225354 or 11962047. OLE color: 11962047.

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

Color convert

RGB 191 134 182 -
CMYK 0 0.30 0.05 0.25
HSL 309.47º 0.31% 0.64% -
HSV(B) 309.47º 0.3% 0.75% -
XYZ 38.45 31.5 48.31 -
YUV 156.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 191 134 182 0 0.30 0.05 0.25 309.47 0.31 0.64
Hex BF 86 B6 0 1E 5 19 135 1F 40
Octal 277 206 266 0 36 5 31 465 37 100
Binary 10111111 10000110 10110110 0 11110 101 11001 100110101 11111 1000000

Color Harmonies of #BF86B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86B6

Black with #BF86B6

Text Example


Text Example

White with #BF86B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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