#BF8FBB

Color #BF8FBB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BF8FBB

Tints of London Hue #BF8FBB

Color information

#BF8FBB (or 0xBF8FBB) is unknown color: approx London Hue. HEX triplet: BF, 8F and BB. RGB value is (191,143,187). Sum of RGB (Red+Green+Blue) = 191+143+187=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBB is #407044. Grayscale: #A2A2A2. Windows color (decimal): -4223045 or 12292031. OLE color: 12292031.

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

Color convert

RGB191143187-
CMYK00.250.020.25
HSL305º27.27%65.49%-
HSV(B)305º25.13%74.9%-
XYZ40.2834.3151.51-
YUV162.37141.9148.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=36.66%
G=27.45%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114318700.250.020.2530527.2765.49
HexBF8FBB0192191311b41
Octal27721727303123146133101
Binary1011111110001111101110110110011011001100110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FBB; }

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

 H1.HeaderClassName
 {
   color: #BF8FBB;
 }
 .AnyTagClassName
 {
   color: #BF8FBB;
 }
</style>
background-color css

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

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

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

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

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

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