#BF87B6

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

Shades of London Hue #BF87B6

Tints of London Hue #BF87B6

Color information

#BF87B6 (or 0xBF87B6) is unknown color: approx London Hue. HEX triplet: BF, 87 and B6. RGB value is (191,135,182). Sum of RGB (Red+Green+Blue) = 191+135+182=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87B6 is #407849. Grayscale: #9C9C9C. Windows color (decimal): -4225098 or 11962303. OLE color: 11962303.

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

Color convert

RGB191135182-
CMYK00.290.050.25
HSL309.64º30.43%63.92%-
HSV(B)309.64º29.32%74.9%-
XYZ38.5931.7848.36-
YUV157.1142.05152.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=37.60%
G=26.57%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113518200.290.050.25309.6430.4363.92
HexBF87B601D5191361e40
Octal27720726603553146636100
Binary10111111100001111011011001110110111001100110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87B6; }

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

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

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

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

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

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

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

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