#BF88BA

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

Shades of London Hue #BF88BA

Tints of London Hue #BF88BA

Color information

#BF88BA (or 0xBF88BA) is unknown color: approx London Hue. HEX triplet: BF, 88 and BA. RGB value is (191,136,186). Sum of RGB (Red+Green+Blue) = 191+136+186=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88BA is #407745. Grayscale: #9E9E9E. Windows color (decimal): -4224838 or 12224703. OLE color: 12224703.

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

Color convert

RGB191136186-
CMYK00.290.030.25
HSL305.45º30.05%64.12%-
HSV(B)305.45º28.8%74.9%-
XYZ39.1532.2350.61-
YUV158.14143.72151.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=37.23%
G=26.51%
B=36.26%

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
Decimal19113618600.290.030.25305.4530.0564.12
HexBF88BA01D3191311e40
Octal27721027203533146136100
Binary1011111110001000101110100111011111001100110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88BA; }

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

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

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

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

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

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

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

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