#BF82B4

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

Shades of London Hue #BF82B4

Tints of London Hue #BF82B4

Color information

#BF82B4 (or 0xBF82B4) is unknown color: approx London Hue. HEX triplet: BF, 82 and B4. RGB value is (191,130,180). Sum of RGB (Red+Green+Blue) = 191+130+180=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82B4 is #407D4B. Grayscale: #999999. Windows color (decimal): -4226380 or 11829951. OLE color: 11829951.

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

Color convert

RGB191130180-
CMYK00.320.060.25
HSL310.82º32.28%62.94%-
HSV(B)310.82º31.94%74.9%-
XYZ37.7130.3447.05-
YUV153.94142.71154.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=38.12%
G=25.95%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113018000.320.060.25310.8232.2862.94
HexBF82B4020619137203f
Octal2772022640406314674077
Binary101111111000001010110100010000011011001100110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82B4; }

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

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

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

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

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

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

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

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