#BF88B1

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

Shades of London Hue #BF88B1

Tints of London Hue #BF88B1

Color information

#BF88B1 (or 0xBF88B1) is unknown color: approx London Hue. HEX triplet: BF, 88 and B1. RGB value is (191,136,177). Sum of RGB (Red+Green+Blue) = 191+136+177=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88B1 is #40774E. Grayscale: #9D9D9D. Windows color (decimal): -4224847 or 11634879. OLE color: 11634879.

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

Color convert

RGB191136177-
CMYK00.290.070.25
HSL315.27º30.05%64.12%-
HSV(B)315.27º28.8%74.9%-
XYZ38.2331.8645.73-
YUV157.12139.22152.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=37.90%
G=26.98%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113617700.290.070.25315.2730.0564.12
HexBF88B101D71913b1e40
Octal27721026103573147336100
Binary10111111100010001011000101110111111001100111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88B1; }

 p { color: rgb(191,136,177); }

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

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

 a { background-color: rgb(191,136,177); }

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

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

 span { border-color: rgb(191,136,177); }

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