Html Css Color HEX #BF8FB6 London Hue

📋 copy color: '#BF8FB6'

red 191 ◦ green 143 ◦ blue 182

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

Shades of London Hue #BF8FB6

Tints of London Hue #BF8FB6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 37.02%
G = 27.71%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF8FB6 (or 0xBF8FB6) is known color: London Hue. HEX triplet: BF, 8F and B6. RGB value is (191,143,182). Sum of RGB (Red+Green+Blue) = 191+143+182=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FB6 is #407049. Grayscale: #A1A1A1. Windows color (decimal): -4223050 or 11964351. OLE color: 11964351.

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

Color convert

RGB 191 143 182 -
CMYK 0 0.25 0.05 0.25
HSL 311.25º 0.27% 0.65% -
HSV(B) 311.25º 0.25% 0.75% -
XYZ 39.75 34.1 48.74 -
YUV 161.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 191 143 182 0 0.25 0.05 0.25 311.25 0.27 0.65
Hex BF 8F B6 0 19 5 19 137 1B 41
Octal 277 217 266 0 31 5 31 467 33 101
Binary 10111111 10001111 10110110 0 11001 101 11001 100110111 11011 1000001

Color Harmonies of #BF8FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FB6

Black with #BF8FB6

Text Example


Text Example

White with #BF8FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FB6; }

 p { color: rgb(191,143,182); }

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

background-color css

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

 a { background-color: rgb(191,143,182); }

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

border-color css

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

 span { border-color: rgb(191,143,182); }

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