Html Css Color HEX #BF91B7 London Hue

📋 copy color: '#BF91B7'

red 191 ◦ green 145 ◦ blue 183

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

Shades of London Hue #BF91B7

Tints of London Hue #BF91B7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 36.8%
G = 27.94%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF91B7 (or 0xBF91B7) is known color: London Hue. HEX triplet: BF, 91 and B7. RGB value is (191,145,183). Sum of RGB (Red+Green+Blue) = 191+145+183=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91B7 is #406E48. Grayscale: #A2A2A2. Windows color (decimal): -4222537 or 12030399. OLE color: 12030399.

HSL color Cylindrical-coordinate representation of color #BF91B7: hue angle of 310.43º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91B7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 145 183 -
CMYK 0 0.24 0.04 0.25
HSL 310.43º 0.26% 0.66% -
HSV(B) 310.43º 0.24% 0.75% -
XYZ 40.16 34.75 49.39 -
YUV 163.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 191 145 183 0 0.24 0.04 0.25 310.43 0.26 0.66
Hex BF 91 B7 0 18 4 19 136 1A 42
Octal 277 221 267 0 30 4 31 466 32 102
Binary 10111111 10010001 10110111 0 11000 100 11001 100110110 11010 1000010

Color Harmonies of #BF91B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91B7

Black with #BF91B7

Text Example


Text Example

White with #BF91B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91B7; }

 p { color: rgb(191,145,183); }

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

background-color css

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

 a { background-color: rgb(191,145,183); }

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

border-color css

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

 span { border-color: rgb(191,145,183); }

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