#BF81BE

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

Shades of London Hue #BF81BE

Tints of London Hue #BF81BE

Color information

#BF81BE (or 0xBF81BE) is unknown color: approx London Hue. HEX triplet: BF, 81 and BE. RGB value is (191,129,190). Sum of RGB (Red+Green+Blue) = 191+129+190=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BE is #407E41. Grayscale: #9A9A9A. Windows color (decimal): -4226626 or 12485055. OLE color: 12485055.

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

Color convert

RGB191129190-
CMYK00.320.010.25
HSL300.97º32.63%62.75%-
HSV(B)300.97º32.46%74.9%-
XYZ38.6330.4952.57-
YUV154.49148.04154.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=37.45%
G=25.29%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112919000.320.010.25300.9732.6362.75
HexBF81BE02011912d213f
Octal2772012760401314554177
Binary1011111110000001101111100100000111001100101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81BE; }

 p { color: rgb(191,129,190); }

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

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

 a { background-color: rgb(191,129,190); }

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

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

 span { border-color: rgb(191,129,190); }

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