#BF83AC

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

Shades of London Hue #BF83AC

Tints of London Hue #BF83AC

Color information

#BF83AC (or 0xBF83AC) is unknown color: approx London Hue. HEX triplet: BF, 83 and AC. RGB value is (191,131,172). Sum of RGB (Red+Green+Blue) = 191+131+172=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AC is #407C53. Grayscale: #999999. Windows color (decimal): -4226132 or 11305919. OLE color: 11305919.

HSL color Cylindrical-coordinate representation of color #BF83AC: hue angle of 319º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF83AC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191131172-
CMYK00.310.100.25
HSL319º31.91%63.14%-
HSV(B)319º31.41%74.9%-
XYZ37.0530.2942.92-
YUV153.61138.38154.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=38.66%
G=26.52%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113117200.310.100.2531931.9163.14
HexBF83AC01FA1913f203f
Octal27720325403712314774077
Binary101111111000001110101100011111101011001100111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83AC; }

 p { color: rgb(191,131,172); }

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

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

 a { background-color: rgb(191,131,172); }

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

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

 span { border-color: rgb(191,131,172); }

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