#BF88B4

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

Shades of London Hue #BF88B4

Tints of London Hue #BF88B4

Color information

#BF88B4 (or 0xBF88B4) is unknown color: approx London Hue. HEX triplet: BF, 88 and B4. RGB value is (191,136,180). Sum of RGB (Red+Green+Blue) = 191+136+180=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88B4 is #40774B. Grayscale: #9D9D9D. Windows color (decimal): -4224844 or 11831487. OLE color: 11831487.

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

Color convert

RGB191136180-
CMYK00.290.060.25
HSL312º30.05%64.12%-
HSV(B)312º28.8%74.9%-
XYZ38.5331.9847.32-
YUV157.46140.72151.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=37.67%
G=26.82%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113618000.290.060.2531230.0564.12
HexBF88B401D6191381e40
Octal27721026403563147036100
Binary10111111100010001011010001110111011001100111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88B4; }

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

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

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

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

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

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

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

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