Html Css Color HEX #BF8CB7 London Hue

📋 copy color: '#BF8CB7'

red 191 ◦ green 140 ◦ blue 183

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

Shades of London Hue #BF8CB7

Tints of London Hue #BF8CB7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.24%

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

R = 37.16%
G = 27.24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF8CB7 (or 0xBF8CB7) is known color: London Hue. HEX triplet: BF, 8C and B7. RGB value is (191,140,183). Sum of RGB (Red+Green+Blue) = 191+140+183=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CB7 is #407348. Grayscale: #A0A0A0. Windows color (decimal): -4223817 or 12029119. OLE color: 12029119.

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

Color convert

RGB 191 140 183 -
CMYK 0 0.27 0.04 0.25
HSL 309.41º 0.28% 0.65% -
HSV(B) 309.41º 0.27% 0.75% -
XYZ 39.41 33.25 49.14 -
YUV 160.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 191 140 183 0 0.27 0.04 0.25 309.41 0.28 0.65
Hex BF 8C B7 0 1B 4 19 135 1C 41
Octal 277 214 267 0 33 4 31 465 34 101
Binary 10111111 10001100 10110111 0 11011 100 11001 100110101 11100 1000001

Color Harmonies of #BF8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CB7

Black with #BF8CB7

Text Example


Text Example

White with #BF8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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