#BF88B3

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

Shades of London Hue #BF88B3

Tints of London Hue #BF88B3

Color information

#BF88B3 (or 0xBF88B3) is unknown color: approx London Hue. HEX triplet: BF, 88 and B3. RGB value is (191,136,179). Sum of RGB (Red+Green+Blue) = 191+136+179=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88B3 is #40774C. Grayscale: #9D9D9D. Windows color (decimal): -4224845 or 11765951. OLE color: 11765951.

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

Color convert

RGB191136179-
CMYK00.290.060.25
HSL313.09º30.05%64.12%-
HSV(B)313.09º28.8%74.9%-
XYZ38.4331.9446.79-
YUV157.35140.22152-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=37.75%
G=26.88%
B=35.38%

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
Decimal19113617900.290.060.25313.0930.0564.12
HexBF88B301D6191391e40
Octal27721026303563147136100
Binary10111111100010001011001101110111011001100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88B3; }

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

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

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

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

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

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

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

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