#BF87BA

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

Shades of London Hue #BF87BA

Tints of London Hue #BF87BA

Color information

#BF87BA (or 0xBF87BA) is unknown color: approx London Hue. HEX triplet: BF, 87 and BA. RGB value is (191,135,186). Sum of RGB (Red+Green+Blue) = 191+135+186=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BA is #407845. Grayscale: #9D9D9D. Windows color (decimal): -4225094 or 12224447. OLE color: 12224447.

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

Color convert

RGB191135186-
CMYK00.290.030.25
HSL305.36º30.43%63.92%-
HSV(B)305.36º29.32%74.9%-
XYZ39.0131.9550.57-
YUV157.56144.05151.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=37.30%
G=26.37%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113518600.290.030.25305.3630.4363.92
HexBF87BA01D3191311e40
Octal27720727203533146136100
Binary1011111110000111101110100111011111001100110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87BA; }

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

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

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

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

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

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

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

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