#BF87BB

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

Shades of London Hue #BF87BB

Tints of London Hue #BF87BB

Color information

#BF87BB (or 0xBF87BB) is unknown color: approx London Hue. HEX triplet: BF, 87 and BB. RGB value is (191,135,187). Sum of RGB (Red+Green+Blue) = 191+135+187=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BB is #407844. Grayscale: #9D9D9D. Windows color (decimal): -4225093 or 12289983. OLE color: 12289983.

HSL color Cylindrical-coordinate representation of color #BF87BB: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87BB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191135187-
CMYK00.290.020.25
HSL304.29º30.43%63.92%-
HSV(B)304.29º29.32%74.9%-
XYZ39.1231.9951.13-
YUV157.67144.55151.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=37.23%
G=26.32%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113518700.290.020.25304.2930.4363.92
HexBF87BB01D2191301e40
Octal27720727303523146036100
Binary1011111110000111101110110111011011001100110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87BB; }

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

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

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

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

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

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

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

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