#BF83BB

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

Shades of London Hue #BF83BB

Tints of London Hue #BF83BB

Color information

#BF83BB (or 0xBF83BB) is unknown color: approx London Hue. HEX triplet: BF, 83 and BB. RGB value is (191,131,187). Sum of RGB (Red+Green+Blue) = 191+131+187=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83BB is #407C44. Grayscale: #9B9B9B. Windows color (decimal): -4226117 or 12288959. OLE color: 12288959.

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

Color convert

RGB191131187-
CMYK00.310.020.25
HSL304º31.91%63.14%-
HSV(B)304º31.41%74.9%-
XYZ38.5730.950.94-
YUV155.32145.88153.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=37.52%
G=25.74%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113118700.310.020.2530431.9163.14
HexBF83BB01F219130203f
Octal2772032730372314604077
Binary1011111110000011101110110111111011001100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83BB; }

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

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

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

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

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

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

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

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