#BF88B9

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

Shades of London Hue #BF88B9

Tints of London Hue #BF88B9

Color information

#BF88B9 (or 0xBF88B9) is unknown color: approx London Hue. HEX triplet: BF, 88 and B9. RGB value is (191,136,185). Sum of RGB (Red+Green+Blue) = 191+136+185=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88B9 is #407746. Grayscale: #9D9D9D. Windows color (decimal): -4224839 or 12159167. OLE color: 12159167.

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

Color convert

RGB191136185-
CMYK00.290.030.25
HSL306.55º30.05%64.12%-
HSV(B)306.55º28.8%74.9%-
XYZ39.0532.1950.05-
YUV158.03143.22151.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=37.30%
G=26.56%
B=36.13%

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
Decimal19113618500.290.030.25306.5530.0564.12
HexBF88B901D3191331e40
Octal27721027103533146336100
Binary1011111110001000101110010111011111001100110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88B9; }

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

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

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

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

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

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

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

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