Html Css Color HEX #BF91B9 London Hue

📋 copy color: '#BF91B9'

red 191 ◦ green 145 ◦ blue 185

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

Shades of London Hue #BF91B9

Tints of London Hue #BF91B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 36.66%
G = 27.83%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF91B9 (or 0xBF91B9) is known color: London Hue. HEX triplet: BF, 91 and B9. RGB value is (191,145,185). Sum of RGB (Red+Green+Blue) = 191+145+185=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91B9 is #406E46. Grayscale: #A3A3A3. Windows color (decimal): -4222535 or 12161471. OLE color: 12161471.

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

Color convert

RGB 191 145 185 -
CMYK 0 0.24 0.03 0.25
HSL 307.83º 0.26% 0.66% -
HSV(B) 307.83º 0.24% 0.75% -
XYZ 40.37 34.83 50.49 -
YUV 163.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 191 145 185 0 0.24 0.03 0.25 307.83 0.26 0.66
Hex BF 91 B9 0 18 3 19 134 1A 42
Octal 277 221 271 0 30 3 31 464 32 102
Binary 10111111 10010001 10111001 0 11000 11 11001 100110100 11010 1000010

Color Harmonies of #BF91B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91B9

Black with #BF91B9

Text Example


Text Example

White with #BF91B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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