Html Css Color HEX #BF86BB London Hue

📋 copy color: '#BF86BB'

red 191 ◦ green 134 ◦ blue 187

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

Shades of London Hue #BF86BB

Tints of London Hue #BF86BB

RGB

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

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

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

R = 37.3%
G = 26.17%
B = 36.52%

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

#BF86BB (or 0xBF86BB) is known color: London Hue. HEX triplet: BF, 86 and BB. RGB value is (191,134,187). Sum of RGB (Red+Green+Blue) = 191+134+187=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BB is #407944. Grayscale: #9C9C9C. Windows color (decimal): -4225349 or 12289727. OLE color: 12289727.

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

Color convert

RGB 191 134 187 -
CMYK 0 0.30 0.02 0.25
HSL 304.21º 0.31% 0.64% -
HSV(B) 304.21º 0.3% 0.75% -
XYZ 38.98 31.71 51.08 -
YUV 157.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 191 134 187 0 0.30 0.02 0.25 304.21 0.31 0.64
Hex BF 86 BB 0 1E 2 19 130 1F 40
Octal 277 206 273 0 36 2 31 460 37 100
Binary 10111111 10000110 10111011 0 11110 10 11001 100110000 11111 1000000

Color Harmonies of #BF86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86BB

Black with #BF86BB

Text Example


Text Example

White with #BF86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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