#BF82BB

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

Shades of London Hue #BF82BB

Tints of London Hue #BF82BB

Color information

#BF82BB (or 0xBF82BB) is unknown color: approx London Hue. HEX triplet: BF, 82 and BB. RGB value is (191,130,187). Sum of RGB (Red+Green+Blue) = 191+130+187=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82BB is #407D44. Grayscale: #9A9A9A. Windows color (decimal): -4226373 or 12288703. OLE color: 12288703.

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

Color convert

RGB191130187-
CMYK00.320.020.25
HSL303.93º32.28%62.94%-
HSV(B)303.93º31.94%74.9%-
XYZ38.4430.6350.9-
YUV154.74146.21153.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=37.60%
G=25.59%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113018700.320.020.25303.9332.2862.94
HexBF82BB020219130203f
Octal2772022730402314604077
Binary10111111100000101011101101000001011001100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82BB; }

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

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

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

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

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

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

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

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