Html Css Color HEX #BF86B8 London Hue

📋 copy color: '#BF86B8'

red 191 ◦ green 134 ◦ blue 184

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

Shades of London Hue #BF86B8

Tints of London Hue #BF86B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 37.52%
G = 26.33%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF86B8 (or 0xBF86B8) is known color: London Hue. HEX triplet: BF, 86 and B8. RGB value is (191,134,184). Sum of RGB (Red+Green+Blue) = 191+134+184=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86B8 is #407947. Grayscale: #9C9C9C. Windows color (decimal): -4225352 or 12093119. OLE color: 12093119.

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

Color convert

RGB 191 134 184 -
CMYK 0 0.30 0.04 0.25
HSL 307.37º 0.31% 0.64% -
HSV(B) 307.37º 0.3% 0.75% -
XYZ 38.66 31.59 49.41 -
YUV 156.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 191 134 184 0 0.30 0.04 0.25 307.37 0.31 0.64
Hex BF 86 B8 0 1E 4 19 133 1F 40
Octal 277 206 270 0 36 4 31 463 37 100
Binary 10111111 10000110 10111000 0 11110 100 11001 100110011 11111 1000000

Color Harmonies of #BF86B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86B8

Black with #BF86B8

Text Example


Text Example

White with #BF86B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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